Skip to content
Snippets Groups Projects
Commit 8c629d70 authored by Moul's avatar Moul
Browse files

doc: Improve first installation step (#155)

Suggest to add it to Py Dev Env
parent 1c75a6b9
No related branches found
No related tags found
1 merge request!188Clarify readme and contributing documentation (#105, #155)
...@@ -51,10 +51,13 @@ sudo apt install python3-pip python3-dev python3-wheel libsodium23 ...@@ -51,10 +51,13 @@ sudo apt install python3-pip python3-dev python3-wheel libsodium23
You can install DuniterPy and its dependencies with following command: You can install DuniterPy and its dependencies with following command:
```bash ```sh
pip3 install duniterpy --user pip install --user duniterpy
``` ```
Once you want to add DuniterPy to your Python project, you can add it as a dependency to your Python development environment: `pyproject.toml`, `requirements.txt`, `setup.py`.
We recommend [Poetry](https://python-poetry.org) usage.
## Install the development environment ## Install the development environment
- [Install Poetry](https://python-poetry.org/docs/#installation) - [Install Poetry](https://python-poetry.org/docs/#installation)
......
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