diff options
author | adityacp | 2018-07-12 13:29:36 +0530 |
---|---|---|
committer | adityacp | 2018-07-12 13:29:36 +0530 |
commit | 25089f2551d7f13b3ef7c673ad9440d17d11069a (patch) | |
tree | 4102d77c3acf745419c4bd79967a616061a3e635 /README.rst | |
parent | e3ad85ace916354ab96b23c1359ee72a6c2a740b (diff) | |
download | online_test-25089f2551d7f13b3ef7c673ad9440d17d11069a.tar.gz online_test-25089f2551d7f13b3ef7c673ad9440d17d11069a.tar.bz2 online_test-25089f2551d7f13b3ef7c673ad9440d17d11069a.zip |
Change README for local and production deployment
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -56,19 +56,11 @@ Installation $ cd ./online_test - - Install the dependencies + - Install the dependencies for local setup - - For Python 2 use: + :: - :: - - $ pip install -r ./requirements/requirements-py2.txt - - - For Python 3 (recommended) use: - - :: - - $ pip install -r ./requirements/requirements-py3.txt + $ pip install -r ./requirements/requirements-common.txt Short instructions ^^^^^^^^^^^^^^^^^^ |