> For the complete documentation index, see [llms.txt](https://tjcubesat.gitbook.io/reverb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tjcubesat.gitbook.io/reverb/programming/getting-started.md).

# 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:&#x20;

```
$ git clone git@github.com:TJREVERB/pfs
```

## Dependencies

Dependencies are managed through [Pipenv](https://github.com/pypa/pipenv)

```
$ cd pfs/
```

```
$ pipenv install
```

## Development Workflow

{% content-ref url="/pages/-LtQz6EYwcFJqX08-7Qq" %}
[Development Workflow](/reverb/programming/development-workflow.md)
{% endcontent-ref %}
