Commit 09f5c4f4 authored by charley.punshon's avatar charley.punshon

Update README.txt

parent 5504536e
......@@ -18,14 +18,15 @@ PREREQUISITES:
Install python 3.9 on machine:
https://www.python.org/downloads/
or from Windows app store
Download pythonclient file https://git.yorkdc.net:8888/charley.punshon/pythonclient (extract file if needed to).
Download pythonclient file https://git.yorkdc.net:8888/charley.punshon/pythonclient.
Extract zip folder
To run the application open Command Line and run the following commands (this virtual environment was created on a Windows machine):
cd <path of pythonclient file>
.\venv\Scripts\activate (after this you should be in the virtual environment)
pip install urllib3
python main.py
To leave the virtual environment once you are finished with the application, run the following command:
deactivate
.\venv\Scripts\deactivate
USING THE APPLICATION:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment