Skip to content

Commit

Permalink
Update postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
pupster90 authored Jan 30, 2024
1 parent c2150b2 commit 4594d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classroom/postBuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Install the latest version of the Braingeneers Python package from GitHub
${NB_PYTHON_PREFIX}/bin/pip install --no-cache git+https://github.com/uw-ssec/braingeneerspy.git#egg=braingeneers[data,iot,analysis,ml]
${NB_PYTHON_PREFIX}/bin/pip install --no-cache git+https://github.com/braingeneers/braingeneerspy.git#egg=braingeneers[data,iot,analysis,ml]

# Install homework datasets from S3
# This script will download the datasets from S3 and place them in the correct directory structure
Expand Down

0 comments on commit 4594d7e

Please sign in to comment.