Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 775 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 775 Bytes

Gitpod ready-to-code

Develop in Container - Python

A setup for working on python in a vscode or gitpod container.

VS Code

  • Install Docker Desktop if not installed
  • Install the Remote Development extension pack in VS Code
  • Run Docker Desktop
  • Open repo folder with VS Code using Run Remote-Containers: Open Folder in Container...

Python 3 container is from https://github.com/microsoft/vscode-dev-containers/tree/master/containers/python-3 ubuntu 18.04 based

Gitpod

Setup for GitHub/GitLab

  • Open the repository with this URL: https://gitpod.io/#<github or gitlab repo url>
  • Grant access when prompted