Skip to content

Add guidelines on how to setup and use virtual environments #50

@jorgepiloto

Description

@jorgepiloto

Virtual environments are a fundamental concept and tool in the Python ecosystem. They allow developers to have an isolated development environment and avoid dependencies conflicts when working across several projects.

This could be added within the Development practices section and should include the following subsections:

  • Why virtual envs exist/matter.
  • How to setup a fresh and clean venv.
  • Hot to check, activate and deactivate those.
  • Editable installs?

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions