Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored May 12, 2024
1 parent aede20f commit af14362
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,18 @@ These are high-level steps which assume the user has knowledge of python and pip
```shell
git clone https://github.com/Kometa-Team/Overlay-Reset
```
2. Install dependencies:
2. Move into the script directory.

```shell
cd Overlay-Reset
```
3. Install dependencies (it's recommended to do this in a virtual environment):

```shell
pip install -r requirements.txt
```

3. If the above command fails, run the following command:
4. If the above command fails, run the following command:

```shell
pip install -r requirements.txt --ignore-installed
Expand Down

0 comments on commit af14362

Please sign in to comment.