Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 565 Bytes

installation.rst

File metadata and controls

24 lines (15 loc) · 565 Bytes

Installation

You may install PyMimic from the command line using PIP.

bash

$ pip install pymimic

It requires Python version 3.6 or greater.

You may also install PyMimic from the source distribution, available at the PyMimic repository (https://github.com/AmeryGration/pymimic). Make a local copy of the repository and navigate to its top level (the directory pymimic). Then run the following command.

bash

$ python -m pip install .