Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add missing step
  • Loading branch information
chazlarson authored May 12, 2024
1 parent b2a75d3 commit ce1fe39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ These are high-level steps which assume the user has knowledge of python and pip
```shell
git clone https://github.com/Kometa-Team/ImageMaid
```
2. Install dependencies:
2. move into the ImageMaid directory.

```shell
cd ImageMaid
```
2. Install dependencies (it is recommended to do this is a virtual environment):

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

0 comments on commit ce1fe39

Please sign in to comment.