Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 276 Bytes

install.rst

File metadata and controls

16 lines (10 loc) · 276 Bytes

Installation

The latest tagged release can installed via pip:

pip install aisim

Alternatively, if you plan to make changes to the code, use

git clone https://github.com/bleykauf/aisim.git
cd aisim
python setup.py develop