- Download and install miniconda3 by pasting the following commands into your terminal: mkdir -p ~/miniconda3 wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3 rm ~/miniconda3/miniconda.sh
- Create a new virtual environment called ‘stable-mario’, Python version 3.9 by running: conda create -n stable-mario python==3.9
- Clone the codebase: git clone https://github.com/TTomilin/stable-mario.git
- Move into the codebase: cd stable-mario
- Make the linux installation script executable: chmod +x ubuntu_install.sh
- Run: sudo ./ubuntu_install.sh
- Run: pip install -e .
- Installation should now be complete.
-
Notifications
You must be signed in to change notification settings - Fork 0
TTomilin/stable-mario
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published