Building From Source
Building From Source
- Download the source code from the Download page or clone the repository.
 
- Install Python v3.12 or later.
 
- In the directory of the source code, run 
python -m venv ./venv to create a virtual environment. 
- Run the correct shell command for your shell as described in the venv module documentation to activate the virtual environment.
 
- Run 
pip install -r requirements.dev.txt to install the necessary dependencies for the project. 
- Run 
pyinstaller biomeca.spec. This will bundle all the project's dependencies into one file, which is located in the dist/ directory. 
- Place the generated executable file (
dist/biomeca or dist/biomeca.exe) in your $PATH.