Move bootstrap tasks into the Makefile

This is more consistent with how we run all other tasks. Note that
the virtual env setup is not generally applicable, and developers
of this repo should follow the guidance in the README.
This commit is contained in:
Ben Thorner
2021-02-22 16:53:54 +00:00
parent f6cdf999fe
commit dfb767d57e
3 changed files with 6 additions and 35 deletions

View File

@@ -65,7 +65,7 @@ npm rebuild node-sass
Install dependencies and build the frontend assets:
```shell
./scripts/bootstrap.sh
make bootstrap
```
**Note:** You may need versions of both Python 3 and Python 2 accessible to build the python dependencies. `pyenv` is great for that, and making both Python versions accessible can be done like so: