Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 743 Bytes

getting-started.md

File metadata and controls

42 lines (25 loc) · 743 Bytes
description
TJREVERB 2019-20

Getting Started

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 [email protected]:TJREVERB/pfs

Dependencies

Dependencies are managed through Pipenv

$ cd pfs/
$ pipenv install

Development Workflow

{% page-ref page="development-workflow.md" %}