description |
---|
TJREVERB 2019-20 |
It is highly recommended that pFS
be ran in a *nix environment. Operating systems such as Linux and macOS are fine, while Windows is not supported and not recommended
The current(2019-20) code is stored at https://github.com/TJREVERB/pfs
$ git clone https://github.com/TJREVERB/pfs
Or if you are a cool kid with ssh
keys:
$ git clone [email protected]:TJREVERB/pfs
Dependencies are managed through Pipenv
$ cd pfs/
$ pipenv install
{% page-ref page="development-workflow.md" %}