DZone

When embarking on a DevOps journey, getting a consistent development environment is key. In this post, I show how to setup a virtual environment and install the correct libraries necessary for a project.

Virtual Environments: VirtualEnv

A Virtual Environment is a tool to keep the dependencies required by different projects in separate places, by creating virtual Python environments for them.

Source: DZone