> 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

## 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tjcubesat.gitbook.io/reverb/programming/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
