added instructions for upstream contents
This commit is contained in:
21
README
21
README
@@ -16,6 +16,27 @@ pip packages:
|
|||||||
#### dlib (might need to install this before face_recognitioin, but it might not be needed, cmake clearly was)
|
#### dlib (might need to install this before face_recognitioin, but it might not be needed, cmake clearly was)
|
||||||
|
|
||||||
|
|
||||||
|
upstream packages...
|
||||||
|
mkdir static/upstream
|
||||||
|
cd static/upstream
|
||||||
|
|
||||||
|
# for boostrap:
|
||||||
|
wget https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css
|
||||||
|
wget https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js
|
||||||
|
|
||||||
|
# for jquery
|
||||||
|
https://code.jquery.com/jquery-3.6.0.min.js
|
||||||
|
|
||||||
|
# for jquery/smart context menu
|
||||||
|
wget https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.9.2/jquery.contextMenu.css
|
||||||
|
wget https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.9.2/jquery.contextMenu.min.js
|
||||||
|
wget https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.9.2/jquery.contextMenu.min.js.map
|
||||||
|
wget https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.9.2/jquery.ui.position.min.js
|
||||||
|
|
||||||
|
# font-awesome
|
||||||
|
### browse to https://fontawesome.com/download, grab zip, unzip it into static/upstream
|
||||||
|
|
||||||
|
|
||||||
To run debug version of web server:
|
To run debug version of web server:
|
||||||
FLASK_APP=main FLASK_ENV=development flask run --host=192.168.0.2
|
FLASK_APP=main FLASK_ENV=development flask run --host=192.168.0.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user