Compare commits
No commits in common. "8441eb98e58475ee76a1b155bda0a75e38e6aaa0" and "e1d102a9c64fdd2af745faa67a54cee22abe6ceb" have entirely different histories.
8441eb98e5
...
e1d102a9c6
23
README.md
23
README.md
@ -1,23 +0,0 @@
|
||||
# Python lib
|
||||
A python lib to interract with the api more easly
|
||||
|
||||
## Installation
|
||||
|
||||
- Clone the project:
|
||||
``` bash
|
||||
git clone https://git.chauvet.pro/michel/ft_transcendence
|
||||
cd ft_transcendence
|
||||
git switch python-api
|
||||
```
|
||||
- Create python virtual environnement.
|
||||
``` bash
|
||||
python3 -m venv .env
|
||||
```
|
||||
- Source the environnement.
|
||||
``` bash
|
||||
source .env/bin/activate
|
||||
```
|
||||
- Install the requirements
|
||||
``` bash
|
||||
pip install -r requirements.txt
|
||||
```
|
@ -1,5 +0,0 @@
|
||||
certifi==2023.7.22
|
||||
charset-normalizer==3.3.2
|
||||
idna==3.4
|
||||
requests==2.31.0
|
||||
urllib3==2.0.7
|
Loading…
Reference in New Issue
Block a user