Installation
System Requirements
Processor (CPU): Intel Core i7 or AMD Ryzen 7, or higher for better performance
Memory (RAM): Minimum 16 GB, with 32 GB preferred
Graphics Processing Unit (GPU): NVIDIA GeForce GTX/RTX series GPU with at least 10 GB VRAM
Installation Instructions
Install miniconda. The default installation location is
C:\\ProgramData\\miniconda3on Windows. Verify the installation by runningconda env listin the command line. If the installation was successful, you should be able to see abaseenv and the path to the env.Create a conda env named
cabana(you can change it to any name you want) by runningconda create -n cabana python=3.12in the command line. If the env is created correctly, activate the created conda env by runningconda activate cabana.Install Cabana by running
pip install -U cabana. If the installation is successful, you can start Cabana GUI by runningpython -m cabana. Alternatively, you can import Cabana in your code for more customized analysis (see examples in tutorial.ipynb).
If you want to create a shortcut on Desktop, follow the steps below:
Make sure that Git is installed. If not, download it from this link and install it. Verify the installation by running
git --versionin the command line.Run
git clone https://github.com/lxfhfut/Cabana.gitin the command line. You will be prompted to log in using your GitHub account. If authentication is successful, aCabanafolder will be downloaded to your current working directory. You can move (copy-and-paste) the folder to any installation location and change the current working direction toCabanafolder.Modify the content in cabana.bat. Make sure CONDAPATH is set to the folder where miniconda was installed, ENVNAME is set to
cabanaand the command on line 19 is set topython -m cabana.Create a
Cabanashortcut onC:\\Users\\Public\\Desktopforcabana.bat. Change the icon of Cabana to any icon you want, or you can use thecabana-logo.icoin the downloadedCabanafolder from Github. You are now ready to use Cabana by double-clicking the shortcut.