Skip to content

Commit

Permalink
adjusting path to requirements.txt in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Urfoex committed Mar 4, 2024
1 parent a3f9062 commit d74465d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $ cd getml-demo
$ pipx install hatch
$ hatch env create
$ hatch shell
$ pip install -r requirements/requirements.3.11.txt
$ pip install -r requirements.txt
$ jupyter-lab
```

Expand Down

0 comments on commit d74465d

Please sign in to comment.