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 b8eeb7b commit d524cea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion research/postBuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/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/braingeneers/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]
pip install braingeneerspy

0 comments on commit d524cea

Please sign in to comment.