Developer guide¶
Contents
💾 Installation for development¶
To install Frame CLI for development in your current Python environment, you can use the following command. Feel free to use a virtual environment if you want to keep your system clean.
git clone https://github.com/CHANGE-EPFL/frame-project-cli.git
cd frame-cli
make install
Create a .env
file in the root of your project with the following content (or export environment variables in your shell):
FRAME_CLI_LOGGING_LEVEL=INFO
✅ Running tests¶
make test