Skip to content

charlee/ece1513-2019-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECE1513

Environment Setup

Note: This project requires Python 3.6 (not compatible with Python 3.7). If you are using macOS with Homebrew, please install Python 3.6 with the following commands (credit):

$ brew unlink python
$ brew install --ignore-dependencies https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb

(Note the --ignore-dependencies flag - there is an dependency issue) which prevents Python 3.6.5 from installing.)

First create a virtualenv in the project folder:

$ python3 -m venv .env

Activate the virtualenv (this is required each time terminal is reopened):

$ source .env/bin/activate

For Windows, use instead

$.env\Scripts\activate.bat

Install necessary packages:

$ pip install -r requirements.txt

About

Graduate project for ECE1513 2019.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published