Skip to content

Generating a Distribution

Dave Walker edited this page Aug 19, 2024 · 1 revision

A distribution can be created that includes both the "naturerec_model" and "naturerec_web" packages by running the following from a command prompt at the root of the project:

python setup.py bdist_wheel

Note that the project's virtual environment should not be activated when creating distributions.

Clone this wiki locally