We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d29329 commit 40f2019Copy full SHA for 40f2019
README.md
@@ -33,8 +33,8 @@ Server saves the information persistently.
33
34
35
# How to start carstore_app test
36
-* Setup requirements from src/: `pip3 install -r requirements.txt`.
37
-* Setup carserver.py from src/: `python3 setup.py install`.
+* Setup requirements from src: `pip3 install -r requirements.txt`.
+* Setup carserver.py from src: `python3 setup.py install`.
38
* Add environment variables from run/env.txt. Fix ports to carserver.py/PostgreSQL for other settings.
39
* Run run/server.sh. Fix the options if mentioned ports are unavailable.
40
* Run run/test_client.sh. Fix the options if mentioned ports are unavailable.
0 commit comments