Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 340 Bytes

install-coopgt.rst

File metadata and controls

14 lines (10 loc) · 340 Bytes

Install CoopGT

To install from the Python Package index (PyPi) run the following command:

$ python -m pip install coopgt

To install a development version from source:

$ git clone https://github.com/drvinceknight/coopgt.git
$ cd coopgt
$ python -m pip install flit
$ python -m flit install --symlink