peak-mas

PEAK is a framework to build and manage multiagent ecosystems.

View the Project on GitHub gecad-group/peak-mas

Installing PEAK

Here we are going to teach you how to install PEAK.

Firstly, you need to install Python v3.9.6. After that, you can install PEAK by using pip command like this:

$ pip install peak-mas

Another way to install PEAK is via conda. For that, you can download the env.yml file from the repository, and type these commands in the terminal:

$ conda env create -f environment.yml
$ conda activate peak

Test if it is well installed by using one of the commands bellow:

$ peak
$ python -m peak

Now you are ready to go!