-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHow to run.txt
32 lines (24 loc) · 1.28 KB
/
How to run.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Create a new environment
Step 1 : open your anaconda prompt (for windows user search inside start menu )
(for Ubuntu and Mac user you can open your terminal)
Step 2 : Create a new environment
command : conda create -n facerecognition python==3.6.9
Step 3 : activate your environment
conda activate facerecognition
Step 4 : Install requirements.txt in the newly created environment
a). Navigate to your folder location on anaconda prompt/teminal
for me ( /PycharmProjects/FaceRecogAcademy )
for your folderName
b). Check if we have requirements.txt or not in the current directory
command : for windows (dir)
for Mac/Ubuntu(ls)
datasets, How to run.txt, requirements.txt, src
you should see the above mentioned name of files.
if yes:
Your are good to go
elif No:
Please check the steps again you must have missed something
Step 5 : Installation and setup is done:
a). cd src
b). python clientApp.py
Yor are good to go ........................................