# Install

## Basic Install

To install VisCube, you can use PyPI:

``` bash
pip install viscube
```

## Install from source

You can also install from the GitHub repo directly by going here: [GitHub link](https://github.com/mjyb16/viscube)

Then, from the green "Code" button's dropdown menu, copy the .git link and follow these steps:

1. git clone [copied link]
2. Change directories into the cloned repo (should be called viscube), e.g. on Linux it would be `cd viscube`
3. Install the editable version: `pip install -e .`
4. Make a new branch: `git checkout -b mynewbranch`