add readme
This commit is contained in:
parent
646e1efea2
commit
ec861aa5ae
26
README.md
Normal file
26
README.md
Normal file
@ -0,0 +1,26 @@
|
||||
# CLI
|
||||
|
||||
## Installation
|
||||
|
||||
- Clone the project:
|
||||
``` bash
|
||||
git clone https://git.chauvet.pro/michel/ft_transcendence
|
||||
cd ft_transcendence
|
||||
git switch cli
|
||||
```
|
||||
- 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
|
||||
```
|
||||
- Start the developpement server
|
||||
```
|
||||
python main.py
|
||||
```
|
Loading…
Reference in New Issue
Block a user