Closed lionpeloux closed 1 year ago
You can clone the honeybee-schema repository. Make your changes and use pip install -e .
to install the package from the local folder and in editable mode.
Ok I think I've answered my question.
I just needed to run python setup.py install
to install the dev honeybee-schema
package.
Thanks @mostaphaRoudsari for you rapid answer.
Is this normal behavior that I have to
pip install honeybee-schema
before I can run thedoc.py
script ?How should I proceed If I want to test modifications of the schema and build the docs without publishing a modified version of the
honeybee-schema
package ?