How to install a version from the main branch ? #249
-
I am playing around with PyRIT library and I have a couple of questions. Can you please clarify them ? a) I understand that main branch is being used for active development. When is the next release version expected from main branch ? b) How do I build main branch to generate a version? Can I clone the source and build it locally (or) is there a version already built from it (as a part of a nightly build or some other means - a SNAPSHOT build version is fine too). c) How do i build main branch ? Can I run the makefile ? I am a newbie to python. So need a bit of direction with repo builds. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Releases happen every 1-2 months. To use the latest main version just follow the instructions in the contributor guide (essentially We don't have snapshots available other than the versions you find on PyPI. I'd like to point you at the contributor guide again. You can find it at doc/contributing/README.md |
Beta Was this translation helpful? Give feedback.
Releases happen every 1-2 months.
To use the latest main version just follow the instructions in the contributor guide (essentially
git clone
andpip install .
)We don't have snapshots available other than the versions you find on PyPI.
I'd like to point you at the contributor guide again. You can find it at doc/contributing/README.md