Skip to content

Aldo23/urban-panopticon

Repository files navigation

Urban Panopticon - MACT 2020

Requirements

Installation

  1. clone the repository
  • open a Terminal (mac) or run PowerShell (win)
  • change directory to your desired path example: cd /Users/xxx/Desktop/
  • git clone https://github.com/Aldo23/urban-panopticon.git
  1. virtual environment
  • cd urban-panopticon
  • with only Python3 installed python -m venv env
  • if Python2 and Python3 installed python3 -m venv env
  • mac: source /env/bin/activate
  • win: .\env\Scripts\activate
  1. install dependencies
  • pip install -r requirements.txt

Usage

  • Change directory in the Terminal/PowerShell to repository folder
  • Activate your virtual environment (as explained above)
  • type jupyter notebook

Troubleshooting

  • if .\env\Scripts\activate fails to run in Windows
    • make sure you run Powershell as Administrator
    • Set-ExecutionPolicy RemoteSigned
    • y
    • .\env\Scripts\activate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published