Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements.txt #1

Open
stefangrob opened this issue Mar 21, 2023 · 1 comment
Open

requirements.txt #1

stefangrob opened this issue Mar 21, 2023 · 1 comment

Comments

@stefangrob
Copy link

I ran all the lines for installation and it seemed to work fine including >conda activate GIL
However the requirements.txt file could not be found. How can it be accessed?

@wangfuzhou110
Copy link
Collaborator

Hi,
To install GILoop, please clone the project repo and cd to the root directory of the repo.

git clone https://github.com/fzbio/GILoop.git
cd GILoop

Then follow the instructions to create the environment and use pip to install the requirements:

conda create -n GIL python=3.8
conda activate GIL
pip install -r requirements.txt

Please let me know if you have any further questions ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants