Skip to content

Commit

Permalink
update update : deleting __pycache__ files
Browse files Browse the repository at this point in the history
install requirements
  • Loading branch information
Patent2net committed Mar 29, 2023
1 parent a4c81cb commit 02a4a43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
find /chemin/du/dossier -type d -name __pycache__ -exec rm -rf {} \;
pip install -r requirements.txt
pip install -r requirements-release.txt
cp dex.js dex.sav
cp dex.json dex.sav2
git stash
Expand Down

0 comments on commit 02a4a43

Please sign in to comment.