mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 08:30:56 +01:00
8 lines
169 B
Bash
Executable File
8 lines
169 B
Bash
Executable File
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
|
|
. "$DIR/prelude.sh"
|
|
|
|
cd src
|
|
|
|
activate_venv
|
|
python -m pip install -r etc/pip/libdeps-requirements.txt
|