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

update the snakePipes installed from the github #1007

Open
sunta3iouxos opened this issue Apr 12, 2024 · 0 comments
Open

update the snakePipes installed from the github #1007

sunta3iouxos opened this issue Apr 12, 2024 · 0 comments

Comments

@sunta3iouxos
Copy link

Hi all,
I have not been able to find an appropriate ansewer in the readthedoc page, so could you please let me know how I can properly update to the lattest commits my snakePipes environment?
I had used those steps to generate it:

git clone -b develop https://github.com/maxplanck-ie/snakepipes.git snakepipes_develop
mamba create -n snakePipes_devel python=3.11 pip
mamba activate snakePipes_devel
cd snakepipes_develop
pip install --upgrade .

do I need to repeat the steps but use:

cd snakepipes_develop
git pull
mamba activate snakePipes_devel
pip install --upgrade .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants