Skip to content
Snippets Groups Projects
Commit 1d6ab3ac authored by Moul's avatar Moul
Browse files

[doc] #149: Add Poetry installation on Debian Buster

parent 25fd970f
No related branches found
No related tags found
2 merge requests!146Merge dev into master branch to complete v0.8.0 development cycle,!109[doc] Add Poetry installation on Debian Buster
Pipeline #6857 passed
......@@ -11,8 +11,16 @@ sudo dnf install libsodium # Fedora
### Install Poetry
- [Installation documentation](https://poetry.eustace.io/docs/#installation)
### On Debian Buster
```bash
sudo apt install python3-pip python3-venv
pip3 install poetry --user --pre
```
### Install dependencies and the Python environment
```bash
git clone https://git.duniter.org/clients/python/silkaj
cd silkaj
poetry install
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment