Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 749 Bytes

installation.rst

File metadata and controls

28 lines (19 loc) · 749 Bytes

Installation

gym-anm requires Python 3.7+ and can run on Linux, MaxOS, and Windows. You can install it through from_pip or from source <from_source>.

We recommend installing gym-anm in a Python environment (e.g., virtualenv or conda).

pip

Using pip (preferably after activating your virtual environment): :

pip install gym-anm

Building from source

Alternatively, you can build gym-anm directly from source: :

git clone https://github.com/robinhenry/gym-anm.git
cd gym-anm
pip install -e .