Biomeca

Building From Source
Login

Building From Source

Building From Source

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