less than 1 minute read

Pyprojectx v0.8.3 has been released :tada:

This is the first official release that is published in Pypi.

Using pyprojectx in your project is as simple as:

# run this in your project dir and add pw and pw.bat under version control
curl -LO https://github.com/houbie/pyprojectx/releases/latest/download/wrappers.zip && unzip wrappers.zip && rm -f wrappers.zip

Note: Windows users can download and unzip manually

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

Enjoy!

Comments