Skip to content

Commit

Permalink
Remove Windows notes from DEVELOPER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Feb 25, 2024
1 parent f18c723 commit dff1002
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,28 +93,6 @@ pipx install poetry
pipx inject poetry poetry-dynamic-versioning
```

### Windows

First, install Python 3 from your preferred source, either a standard
installer or a meta-installer like Chocolatey. Make sure the `python`
on your `$PATH` is Python 3.

Next, install pipx:

```
python -m pip install --user pipx
```

Finally, install Poetry itself:

```
pipx install poetry
pipx inject poetry poetry-dynamic-versioning
```

> _Note:_ The development environment (the `run` script, etc.) expects a bash
> shell to be available. On Windows, it works fine with the standard Git Bash.
## Developer Tasks

The [`run`](run) script provides shortcuts for common developer tasks:
Expand Down

0 comments on commit dff1002

Please sign in to comment.