Skip to content

Instantly share code, notes, and snippets.

@tstellanova
Created April 28, 2020 18:02
Show Gist options
  • Save tstellanova/d8dc412e0d9f6575d7d9236bc6e70814 to your computer and use it in GitHub Desktop.
Save tstellanova/d8dc412e0d9f6575d7d9236bc6e70814 to your computer and use it in GitHub Desktop.
Installing uptane reference samples

Ensure you're using python3

cd ref_uptane
python -m venv sandbox
source sandbox/bin/activate
pip3 install --upgrade pip
pip3 install wheel
pip3 install -r dev-requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment