Installation
Prerequisites
Python 3.11 or later is required to use the breathe_design package.
Quickstart video
Installation steps
- Open your terminal or command prompt.
- Navigate to the directory or create new one where you want to setup.
- Run the following command to clone our GitHub repository.
To set up everything in one go, just run .\setupEnvironment.ps1
Alternatively, run following command to create the virtual environment:
Replace myvenv with the desired name for your virtual environment.
- Activate the virtual environment:
- On Windows:
- On macOS/Linux:
After activating the virtual environment, you'll see (myenv) in your terminal prompt to indicate that the environment is active.
- Install the
breathe_designpackage in the virtual environment:
Verifying your installation
Once the installation is complete, you can verify that the package is installed correctly by running the following command in your terminal:
This will display information about the breathe_design package, including its version number.
You can also import the package in a Python script to ensure that it's working correctly:
If there are no errors, the package is imported successfully. Now you can start using the breathe_design package in your Python in your projects!