Add requirements.txt file
The requirements.txt
file lists all the dependencies for others to quickly set up a virtual environment consequently, making the code run on the target machine.
If anaconda is preferred, then environment.yml
file would be the dependency file name. However, HIFIS doesn't recommend anaconda due to licensing issues.
Edited by Ashis Ravindran