Add Poetry as a requirement
This commit is contained in:
parent
9106649cf5
commit
b65160d529
|
@ -3,10 +3,13 @@
|
|||
## Requirements
|
||||
|
||||
- Python 3.11 (you can change this in the `pyproject.toml` file)
|
||||
- [Poetry](https://python-poetry.org/)
|
||||
- [Docker](https://www.docker.com/)
|
||||
- [Ngrok](https://ngrok.com/)
|
||||
- [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
|
||||
|
||||
### Get Setup
|
||||
|
|
Loading…
Reference in New Issue