ft_transcendence/README.md

27 lines
418 B
Markdown
Raw Permalink Normal View History

2023-11-21 10:12:12 -05:00
# 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
```