Install#
Basic Install#
To install VisCube, you can use PyPI:
pip install viscube
Install from source#
You can also install from the GitHub repo directly by going here: GitHub link
Then, from the green “Code” button’s dropdown menu, copy the .git link and follow these steps:
git clone [copied link]
Change directories into the cloned repo (should be called viscube), e.g. on Linux it would be
cd viscubeInstall the editable version:
pip install -e .Make a new branch:
git checkout -b mynewbranch