Skip to content

Commit

Permalink
docs(readme): add common dependencies in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tdameros authored Aug 13, 2024
1 parent 370e4da commit af97574
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ https://github.com/tdameros/42-transcendence/assets/97832618/af364140-2886-4818-

## Usage

Install the common dependencies.

```bash
pip3 install -r common/docker/requirements.txt
```

Generate the `.env` file using .env.example as a template.

```bash
Expand Down

0 comments on commit af97574

Please sign in to comment.