explicitly use pip3
This commit is contained in:
parent
51ba98f045
commit
3f50d9da28
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
install:
|
install:
|
||||||
cp notes2web.py /usr/local/bin
|
cp notes2web.py /usr/local/bin
|
||||||
pip install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
mkdir -p /opt/notes2web
|
mkdir -p /opt/notes2web
|
||||||
cp -r templates /opt/notes2web
|
cp -r templates /opt/notes2web
|
||||||
cp styles.css /opt/notes2web
|
cp styles.css /opt/notes2web
|
||||||
|
Reference in New Issue
Block a user