Skip to content

Instantly share code, notes, and snippets.

@La0
Last active February 26, 2020 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save La0/16ce11de25aaa8aae9068c53ac84683f to your computer and use it in GitHub Desktop.
Save La0/16ce11de25aaa8aae9068c53ac84683f to your computer and use it in GitHub Desktop.
#!/bin/bash -xe
pip install pre-commit
virtualenv x
source x/bin/activate
git clone https://github.com/psf/black.git
cd black
git checkout stable
pip install .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment