Changes to install files for Ubuntu and added *.png to .gitignore

This commit is contained in:
Lucas
2024-03-08 20:31:22 -06:00
parent 5a11acfa42
commit a6d557d1c6
3 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/sh
# change this to #!/bin/bash for windows
python -m venv ./venv
python3 -m venv ./venv
source ./venv/bin/activate
pip install --upgrade pip