File: install_requirements

package info (click to toggle)
finalcif 154%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 53,284 kB
  • sloc: fortran: 148,126; python: 50,133; cpp: 67; sh: 51; makefile: 22
file content (9 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Installs the required packages to run the Linux/MacOS application

python3.10 -m venv venv
source venv/bin/activate
venv/bin/python3.10 -m pip install pip -U

venv/bin/pip3 install -r requirements.txt