Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Docker (not need for Virtual Machines only setup)


pyenv (recommended)

pyenv is a tool that allows you to isolate python and their packages, so that you keep you deployment clean and reproduceable. It's likely your already use this tool, so my recomendation is to create an environment for python and activate it before running pip, the command that follows this paragraph.

The python version used was 3.5.7

Python required packages

Install python requirement with pip

...