diff --git a/README.md b/README.md index 5bc597c..a1cf8ab 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,4 @@ Click the "Generate New Icon-grid" button and it will modify the iconGrid.png th ## Running from source: -In order to run this from source, you will need python v3.9 (minimum) and pip installed on your device (pip should come pre-installed with python). Install the dependencies first by opening the command line, navigating to this directory and typing ``` pip install -r requirements.txt ```. Once that is done type ``` cd src ```
``` python xmlpngUI.py ``` to run the application (Sometimes you need to type ``` python3 ``` instead of just ``` python ```). This is a required step for non-windows users! \ No newline at end of file +In order to run this from source, you will need python v3.9 (minimum) and pip installed on your device (pip should come pre-installed with python). Clone/download this repository by clicking the green button labelled "Code" and downloading the zip, then extract the contents of the zip file. Install the dependencies by opening the command line, navigating to this directory and typing ``` pip install -r requirements.txt ```. Once that is done type ``` cd src ```
``` python xmlpngUI.py ``` to run the application (Sometimes you need to type ``` python3 ``` instead of just ``` python ```). This is a required step for non-windows users! \ No newline at end of file