Changes to install files for Ubuntu and added *.png to .gitignore
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user