diff options
author | King | 2018-07-12 08:14:42 -0700 |
---|---|---|
committer | GitHub | 2018-07-12 08:14:42 -0700 |
commit | 3d9b15c8f8df3c313045cc32f6d4aefaec6f378f (patch) | |
tree | 627668884c435e40af01c80dba0f4cfe3c362686 /README.rst | |
parent | 550d41f4ead0a7142e99f57096caef9555006fc0 (diff) | |
parent | 6e386c6ef7a42ca3e472c2273388183add373922 (diff) | |
download | online_test-3d9b15c8f8df3c313045cc32f6d4aefaec6f378f.tar.gz online_test-3d9b15c8f8df3c313045cc32f6d4aefaec6f378f.tar.bz2 online_test-3d9b15c8f8df3c313045cc32f6d4aefaec6f378f.zip |
Merge pull request #497 from adityacp/change_readme
Change README
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 ^^^^^^^^^^^^^^^^^^ |