hnshosting-wp/master/install.sh

5 lines
143 B
Bash
Raw Normal View History

2023-08-16 13:18:26 +10:00
#!/bin/bash
# Initial install for all prerequisites for the project.
2023-08-16 13:47:49 +10:00
# Install python prerequisites
python3 -m pip install -r requirements.txt