Skip to content

alexkrz/vscode-python-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-python-template

A Template for Python Programming in VSCode

Setup

We recommend miniforge to set up your python environment.
Set up a new conda environment with the following commands:

conda env create -n $YOUR_ENV_NAME -f environment.yml
conda activate $YOUR_ENV_NAME
pip install -r requirements.txt
pre-commit install

About

A Template for Python Programming in VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages