Skip to content

Instantly share code, notes, and snippets.

@gonzalodiaz
Created June 7, 2020 17:44
Show Gist options
  • Select an option

  • Save gonzalodiaz/dd884264ba528c006af66928017abb26 to your computer and use it in GitHub Desktop.

Select an option

Save gonzalodiaz/dd884264ba528c006af66928017abb26 to your computer and use it in GitHub Desktop.
CrearEntornoSh
mkdir tutorial-python-quality-code
cd tutorial-python-quality-code
conda create -n tutorial-python-quality-code-env python=3.8.3 -y
conda activate tutorial-python-quality-code-env
touch tox.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment