Skip to content

gadc1996/python-workspace

Repository files navigation

Python workspace

Open in Dev Containers Actions Status Code style: black

Description

Ready to go python development workspace

Setting Up

Prerequisites

Before you begin, make sure you have the following:

Installation

  1. Clone repository
git clone https://github.com/gadc1996/python-workspace.git
  1. Copy env file
cp .env.example .env
  1. Update workspace name in .devcontainer/devcontainer.json

Installing Dev Containers

Follow these steps to install Dev Containers:

  1. Open Visual Studio Code.

  2. Install the Visual Studio Code Remote - Containers extension from the VS Code extensions store.

  3. Restart Visual Studio Code if prompted.

Basic Usage of Dev Containers

To use Dev Containers with your project:

  1. Open your project in Visual Studio Code.

  2. Select 'Reopen in container' from the dialog that appears if the project is already configured with Dev Containers. image

    Alternatively, you can open the command palette (Ctrl + Shift + P) and select "Dev Containers: Rebuild and Reopen in Container." image

  3. Once the Dev Container configuration is complete, an instance of VS Code will be generated with all the necessary tools for your project. You can confirm this because the title bar will display "Dev Container" followed by the name of your project. image

    Enjoy the flexibility and consistency that Dev Containers offer for your software development!

About

Ready to go python development workspace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published