Skip to content

Commit

Permalink
Updated installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgp2 committed Apr 17, 2023
1 parent 485b01d commit 479e5c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@

Depending on your preferences, you may install the dependencies through APT, or through PIP. Please see the following steps if you want to use APT dependencies.

* Install the APT dependencies:
* Install `poetry`:

```bash
sudo apt update
sudo apt update python3-poetry python3-trove-classifiers
```

* Install the APT dependencies:

```bash
sudo apt install git python3 python3-pytest
```

Expand Down

0 comments on commit 479e5c0

Please sign in to comment.