Skip to content

Installing challenge

Mathias Bøhn Grytemark edited this page Sep 24, 2017 · 12 revisions

Work in progress

  • Use postgresql databases (apt install postgresql libpq-dev)
  • Have python3 and python3-pip installed (apt install python3-pip)
  • git clone
  • cd to project directory
  • create virtual environment (python3 -m venv env)
  • activate virtual environment (source env/bin/activate)
Clone this wiki locally