Skip to content
Snippets Groups Projects
Commit dcf1e3ca authored by David Warnquist's avatar David Warnquist
Browse files

refactor: got it running on windows and autocomplete instruction in readme

parent 5470e022
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,11 @@ Studio. ...@@ -99,6 +99,11 @@ Studio.
3. Run `make` to build the project (use `make -j N` if you want to use N 3. Run `make` to build the project (use `make -j N` if you want to use N
threads) threads)
# Create autocomplete stub
Make sure you have mypy installed. Navigate to where your library.pyd/so is located then run:
```terminal
stubgen -m library -o .
```
# How to use the library with PyCharm # How to use the library with PyCharm
......
#!/bin/sh
mkdir build
cd build
"C:\Program Files\CMake\bin\cmake.exe" -G "Visual Studio 17 2022" -DPYTHON_EXECUTABLE:FILEPATH="C:/Program Files/Python312/python.exe" ..
"C:\Program Files\CMake\bin\cmake.exe" --build . --config Release --verbose
Subproject commit 1a0ff405498b6aac4b57cf0d95670010e5e37973 Subproject commit 35ff42b56e9d34d9a944266eb25f2c899dbdfed7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment