Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 541 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 541 Bytes

FP

  • After Cloning the repo and going to main branch:

1- Create a conda environment called FP with python version 3.7.0:

conda create -n FP python==3.7.0

2- Activate the environment:

conda activate FP

3- Install the requirements:

pip install -r requirements.txt

4- Go to the dir called FP from the anaconda prompt and make sure the FP env is activated, then run test.py from the prompt:

python test.py

5- You could change the testing sample in test.py and run it again to make sure that the pipeline works fine.