Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pythonclient
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
charley.punshon
pythonclient
Commits
09f5c4f4
Commit
09f5c4f4
authored
Apr 08, 2021
by
charley.punshon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.txt
parent
5504536e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
README.txt
README.txt
+3
-2
No files found.
README.txt
View file @
09f5c4f4
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment