Getting Started

TJREVERB 2019-20

Disclaimer

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

Cloning the Code

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 git@github.com:TJREVERB/pfs

Dependencies

Dependencies are managed through Pipenv

$ cd pfs/
$ pipenv install

Development Workflow

Last updated