mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-12-29 05:21:02 +00:00
Updated for python 3.10
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
| Tested version | PyPi package | Drone CI |
|
||||
|:--------|:------|:------|
|
||||
| [](https://www.python.org/downloads/release/python-380/) | [](https://pypi.org/project/delugeClient_kevin/) | [](https://drone.schleppe.cloud/KevinMidboe/delugeClient)
|
||||
| [](https://www.python.org/downloads/release/python-3100/) | [](https://pypi.org/project/delugeClient_kevin/) | [](https://drone.schleppe.cloud/KevinMidboe/delugeClient)
|
||||
|
||||
|
||||
| Known vulnerabilities | License |
|
||||
@@ -52,10 +52,10 @@ After you have downloaded this project go to it in your terminal by going to the
|
||||
The to setup a virtual environment enter this:
|
||||
|
||||
```
|
||||
$ virtualenv -p python3.6 env
|
||||
$ virtualenv -p python3.10 env
|
||||
```
|
||||
|
||||
> If you get an error now it might be because you don't have python3.6, please make sure you have python version 3.6 if else you can download it from [here](https://www.python.org/downloads/)
|
||||
> If you get an error now it might be because you don't have python3.10, please make sure you have python version 3.10 if else you can download it from [here](https://www.python.org/downloads/)
|
||||
|
||||
|
||||
First we navigate to the folder we downloaded.
|
||||
|
||||
Reference in New Issue
Block a user