Skip to content

Commit

Permalink
📚 Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycorletti committed Jun 22, 2023
1 parent 790009b commit 0549f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Check out the latest [issues](https://github.com/anthonycorletti/snok/issues) an

## ⚙️ Installation

After you've created your Python 3.11+ virtual environment, install Snok with:
After you've created your Python 3.11+ virtual environment in a new directory, install Snok:

```sh
pip install snok
Expand All @@ -75,7 +75,7 @@ pip install snok
Create a new package with:

```sh
snok new mypackage && cd mypackage
snok new mypackage
```

Snok uses `invoke` to manage tasks, like installing dependencies, running tests, and more.
Expand Down

1 comment on commit 0549f13

@vercel
Copy link

@vercel vercel bot commented on 0549f13 Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.