Thanks to visit codestin.com
Credit goes to github.com

Skip to content

illogical/python-dev-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

python-dev-container

A sample dev container that allows VSCode to create a python environment in a Docker container and installs any prerequisites in requirements.txt.

๐Ÿš€ Getting Started

  1. Install Prerequisites:
  2. Open Project in VS Code:
    • Open your project folder in VS Code.
  3. Reopen in Container:
    • Press F1, then select Dev Containers: Reopen in Container.
    • VS Code will build the container and reopen the project inside it.
  4. Start Developing:
    • Use the integrated terminal to run Python commands.
    • Edit and run your Python scripts as needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published