Skip to content

Commit

Permalink
windows: python: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgressmann committed Feb 8, 2025
1 parent 26a7647 commit 9f9ac75
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions Windows/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,28 @@

## Installation

Assuming you have Visual Studio (Build Tools) installed, navigate
to this directory and then run
### Visual Studio (Build Tools)

```console
python -m pip install setuptools
```
Open a native command prompt.

```console
python -m pip install .
```
### MingGW / MSYS2

1. Open a MinGW shell suitable for your system (MinGW64, typically).
2. Ensure you have the necessary packages installed, i.e

```sh
pacman -S mingw-w64-x86_64-toolchain mingw64/mingw-w64-x86_64-python-pip
```

### Common Steps

1. Navigate to this directory

2. Run

```console
python -m pip install .
```

## Usage from Python

Expand Down

0 comments on commit 9f9ac75

Please sign in to comment.