Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 852 Bytes

environment.md

File metadata and controls

7 lines (4 loc) · 852 Bytes

Requirements and Environments

This project utilises some specific packages to run properly. In order to run this source code, it is recommended you use a virtual environment to install the required packages, so that you can delete it later without affecting your base Python installation.

We recommend you use virtualenvwrapper to manage your virtual environments. Once set up, create a virtual environment for this project (when in the project directory) using mkvirtualenv CHESS_PROJECT.

You should see a (CHESS_PROJECT) in your terminal window indicating you are in the virtual environment. You can now install the requirements of the project using pip install -r requirements.txt. Note: this project uses the Python 2.7 interpreter due to the dependency on ROS.