aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-05-12 12:38:32 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-05-12 12:38:32 +0300
commit7beba5f4a4941ad3ae1efa4822ec2d8e42d55537 (patch)
treea8a952f54ec5908d37f9b3599ae81115032b0b54
parentacfcbcd30906cf80e2461c4f6174e90d664ed8fa (diff)
downloadServo-7beba5f4a4941ad3ae1efa4822ec2d8e42d55537.tar.gz
Servo-7beba5f4a4941ad3ae1efa4822ec2d8e42d55537.tar.bz2
Servo-7beba5f4a4941ad3ae1efa4822ec2d8e42d55537.zip
doc fix
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index b699c56..60f4352 100644
--- a/README.md
+++ b/README.md
@@ -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: