Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

install

udevnl edited this page Feb 2, 2017 · 6 revisions

Using Ubuntu 14

  1. Download and install PyCharm community edition
  2. Download and install Python 3.4 (configure/make/install)
  3. Ensure libpng12-dev aand libfreetype6-dev are installed
  4. Clone this repo
  5. Create new project
    • Create VirtualEnv
    • Choose the Python install /usr/local/bin/python3.5

Using Anaconda

  1. Download and install the latest Anaconda
  2. Create a new environment conda create -n hello_conda
  3. Activate the new environment source activate hello_conda
  4. Install packages with conda conda install -c conda-forge tensorflow conda install -c conda-forge keras conda install -c conda-forge pyqtgraph conda install -c conda-forge pandas matplotlib graphviz

Clone this wiki locally