Skip to content

Commit

Permalink
Add install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeff committed Jan 9, 2025
1 parent 3533177 commit 717e106
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#! /usr/bin/env bash
brew install virtualenv
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
virtualenv "$DIR/.venv"
source "$DIR/.venv/bin/activate"
pip3 install -r "$DIR/requirements.txt"

echo ""
echo ""
echo "Please run:"
echo "source '$DIR/.venv/bin/activate'"

0 comments on commit 717e106

Please sign in to comment.