Installation¶
Executables for major pew² releases are available on the github.
Via Pip¶
To install pew² as a local python package first clone the repository. This requires you have C build tools installed on your system.
$ git clone https://github.com/djdt/pewpew
Then enter the newly created directory.
$ cd pewpew
And install via pip.
$ pip install -r requirements.txt
$ pip install -e .
You can then run pew² from your terminal emulator using pewpew or as a module from the pew² root directory.
$ cd pewpew
$ python -m pewpew