Last active
March 2, 2021 02:14
-
-
Save hugosenari/3208aa1cf004148077e1fb94fa50da82 to your computer and use it in GitHub Desktop.
pipenv-action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
pip install pipenv | |
python --version | |
pipenv --three | |
pipenv install --dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment