less than 1 minute read

Pyprojectx v0.9.9 has been released :tada:

Version 0.9.9 is released! This will be the last release before going stable.

The project moved to its own organization and now has extensive documentation :smiley:

Using pyprojectx in your project is as simple as:

Linux/Mac

curl -LO https://github.com/pyprojectx/pyprojectx/releases/latest/download/wrappers.zip && unzip wrappers.zip && rm -f wrappers.zip

Windows

(Invoke-WebRequest https://github.com/pyprojectx/pyprojectx/releases/latest/download/wrappers.zip).Content | Expand-Archive -DestinationPath .

Run ./pw -h to show help (pw -h on Windows).

Enjoy!

Comments