Skip to content
Snippets Groups Projects
Commit 73ba8633 authored by Marcel Loose's avatar Marcel Loose :sunglasses: Committed by Mattia Mancini
Browse files

Add requirements.txt file for creating virtual env for running Prefactor

Former-commit-id: 5bb1d0ca
Former-commit-id: 58b3f798
parent 17dbb36b
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#
# Build a virtual environment that can be used to run the Prefactor pipeline
python3 -m venv venv
. venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade wheel
python3 -m pip install -r requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment