Skip to content

Commit

Permalink
Add windows installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax committed Nov 22, 2024
1 parent 85db001 commit dac2349
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ Some notable features include:

## Installation

MacOS:

```bash
# install uv (package manager)
# install uv (package manager):
curl -LsSf https://astral.sh/uv/install.sh | sh

# restart your terminal, or run the following command:
Expand All @@ -36,6 +38,15 @@ source $HOME/.local/bin/env # or follow instructions
uv tool install --python 3.13 bagels
```

Windows:

```bash
# install uv:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# then follow instructions to add uv to path
uv tool install --python 3.13 bagels
```

Usage:

```bash
Expand Down

0 comments on commit dac2349

Please sign in to comment.