Add Poetry as a requirement
This commit is contained in:
parent
9106649cf5
commit
b65160d529
|
@ -3,10 +3,13 @@
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Python 3.11 (you can change this in the `pyproject.toml` file)
|
- Python 3.11 (you can change this in the `pyproject.toml` file)
|
||||||
|
- [Poetry](https://python-poetry.org/)
|
||||||
- [Docker](https://www.docker.com/)
|
- [Docker](https://www.docker.com/)
|
||||||
- [Ngrok](https://ngrok.com/)
|
- [Ngrok](https://ngrok.com/)
|
||||||
- [GNU Make](https://www.gnu.org/software/make/)
|
- [GNU Make](https://www.gnu.org/software/make/)
|
||||||
|
|
||||||
|
I recommend using [asdf](https://asdf-vm.com/) to manage your Python versions and Poetry installation.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Get Setup
|
### Get Setup
|
||||||
|
|
Loading…
Reference in New Issue