From 519a405baf292df0dbf18ca12fbe0f6dc6bd9fca Mon Sep 17 00:00:00 2001 From: starnakin Date: Fri, 3 Nov 2023 22:25:27 +0100 Subject: [PATCH] add: readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c6e65ef --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# 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 +```