mirror of
https://github.com/katanemo/plano.git
synced 2026-06-08 14:55:14 +02:00
add requirements to readme (#249)
This commit is contained in:
parent
6b62662e01
commit
88d0f99866
1 changed files with 9 additions and 0 deletions
|
|
@ -48,6 +48,15 @@ Before you begin, ensure you have the following:
|
|||
Arch's CLI allows you to manage and interact with the Arch gateway efficiently. To install the CLI, simply run the following command:
|
||||
Tip: We recommend that developers create a new Python virtual environment to isolate dependencies before installing Arch. This ensures that archgw and its dependencies do not interfere with other packages on your system.
|
||||
|
||||
Make sure you have following utilities installed before proceeding further,
|
||||
|
||||
1. [Docker System](https://docs.docker.com/get-started/get-docker/) (v24)
|
||||
2. [Docker compose](https://docs.docker.com/compose/install/) (v2.29)
|
||||
3. [Python](https://www.python.org/downloads/) (v3.10)
|
||||
4. [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) (v1.8.3)
|
||||
|
||||
*Note: Poetry is needed for local development*
|
||||
|
||||
|
||||
```console
|
||||
$ python -m venv venv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue