Skip to content

Basic python environment for vscode using devcontainer or gitpod.io

License

Notifications You must be signed in to change notification settings

johanmartindev/python-devcontainer-gitpod

Repository files navigation

Basic python dev environment (for visual studio code)

  • Basic python environment for visual studio code that uses docker locally or gitpod.io for a cloud dev environment

Using the environment

Devcontainer

Gitpod.io

Setting up a new project

  • poetry new --src my-new-project

Setup

  • run pip install -r requirements-dev.txt to update to the latest requirements
  • run pip freeze > requirementst.txt - setup the latest requirements file

About

Basic python environment for vscode using devcontainer or gitpod.io

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published