-
Notifications
You must be signed in to change notification settings - Fork 2
Quick Setup for Development
Thomas Behan edited this page May 27, 2024
·
2 revisions
To quickly set up LesNet for development, follow these steps (Requires Python >=3.9<=3.11):
-
Upgrade Your Packaging Tools: Ensure your
pip
andsetuptools
are up-to-date by running:python -m pip install --upgrade pip setuptools
-
Install LesNet: In the project directory, install the project in editable mode with:
python -m pip install -e .[testing]
-
Run the Application: Start the application with auto-reloading using:
pserve development.ini --reload