-
Notifications
You must be signed in to change notification settings - Fork 0
Repo Setup
Navigate to a directory you want to keep your repository in. Run git clone git@github.com:CWRUbotixROV/rov-vision-22.git
. Enter the repository folder with cd rov-vision-22
.
Run pip install virtualenvwrapper-win
Run sudo pip3 install virtualenvwrapper
. Then follow the instructions under the section "Shell Startup File" found here: https://virtualenvwrapper.readthedocs.io/en/latest/install.html#shell-startup-file. If you get an error, you may also need to add export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
before the source /usr/local/bin/virtualenvwrapper.sh
line in ~./bashrc
.
Run mkvirtualenv rov
This creates a new environment named rov.
If you already have this virtual environment from last year, first delete it using rmvirtualenv rov
.
To activate, run workon rov
To deactivate, run deactivate
Make sure the rov environment is activated first. Then run pip install -r requirements.txt
.
We also need to add the path to our vision code. Make sure you are in the rov-vision-22
directory. Run add2virtualenv .
sudo apt-get install git-lfs
git lfs install
Download and install the file from here: https://git-lfs.github.com/
Run git lfs install
Run brew install git-lfs
Run git lfs install
Navigate to the parent folder of rov-vision-22
. Run git clone git@github.com:CWRUbotixROV/data.git