Skip to main content

Setting up the Development Environment

This guides captures some instructions and common issues you may run into setting up your development env. It's not an all-inclusive guide; edits and suggestions are welcome.

The following pages shows you how you can install and setup:

  1. git - source version control
  2. Visual Studio Code and some helpful extensions
  3. Python - I mean ...
  4. PyEnv - Python Version management
  5. PipEnv - virtual env and package management
  6. Poetry - virtual env and package management

For more information on those tools and how to use them, you may want to refer to the Development Env Course notes