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 84e136e commit f129258
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,5 +1,6 @@
#!/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]
${NB_PYTHON_PREFIX}/bin/pip install --no-cache git+https://github.com/braingeneers/braingeneerspy.git#egg=braingeneers[data,analysis]
#pip install braingeneerspy

0 comments on commit f129258

Please sign in to comment.