diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 12:38:32 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 12:38:32 +0300 |
commit | 7beba5f4a4941ad3ae1efa4822ec2d8e42d55537 (patch) | |
tree | a8a952f54ec5908d37f9b3599ae81115032b0b54 | |
parent | acfcbcd30906cf80e2461c4f6174e90d664ed8fa (diff) | |
download | Servo-7beba5f4a4941ad3ae1efa4822ec2d8e42d55537.tar.gz Servo-7beba5f4a4941ad3ae1efa4822ec2d8e42d55537.tar.bz2 Servo-7beba5f4a4941ad3ae1efa4822ec2d8e42d55537.zip |
doc fix
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -38,9 +38,7 @@ The application is written in Python on top of the excellent [Django web framewo Installation ============ -Install and start [PostgreSQL](https://www.postgresql.org), [nginx](http://nginx.org), [memcached](https://www.memcached.org), rabbitMQ (only necessary if you want to use automated rules). Then install the necessary Python packages: - - $ pip install -U -r requirements.pip +Install and start [PostgreSQL](https://www.postgresql.org), [nginx](http://nginx.org), [memcached](https://www.memcached.org), rabbitMQ (only necessary if you want to use automated rules). Then clone the code: |