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:
- git - source version control
- Visual Studio Code and some helpful extensions
- Python - I mean ...
- PyEnv - Python Version management
- PipEnv - virtual env and package management
- 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