Les commandes...
Sur une première machine:
pipenv shell
pipenv install numpy
pipenv lock
git add *
git commit -m "Ajout de Pipfile et Pipfile.lock"
git push
Ensuite, sur une autre machine:
git pull
pipenv shell
pipenv install --ignore-pipfile
Référence
https://realpython.com/pipenv-guide/#is-pipenv-worth-checking-out
Aucun commentaire:
Publier un commentaire