This installation has only been tested on Linux. But it should work (with small ajustements) for MacOS or Windows WSL.
This installation has only been tested on Linux. But it should (with some adjustements) work for MacOS or Windows WSL.
There are 2 installations possibilities :
- setup tools
- docker image
## Setup tools
This installation is detailled for a Debian server. All the commands below are executed with root rights.
This installation is detailled for a Debian server. All the commands below are executed with **root rights**.
### Install tools
```
apt update
apt upgrade -y
apt install -y vim git make gcc python3-dev python3-pip
apt install -y vim git make gcc python3-dev
```
### Repository
...
...
@@ -33,20 +33,27 @@ cd envsetup/
To automatically create a temporary virtualenv:
```
make venv
make install
make install-galaxy
```
If you want a permanent venv, create manually a virtual environment with [Python's venv](https://docs.python.org/3/library/venv.html) or with the package [virtualenv](https://virtualenv.pypa.io/en/stable/).