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

install the in-development version of ribbity #10

Open
ctb opened this issue May 19, 2022 · 0 comments
Open

install the in-development version of ribbity #10

ctb opened this issue May 19, 2022 · 0 comments
Labels
advanced for developers and advanced users

Comments

@ctb
Copy link
Collaborator

ctb commented May 19, 2022

If you want to try out the latest in-development version of ribbity, and do so from a checked-out git repository, you can do the following:

first, create a conda environment

conda create -n ribbity-dev -y python=3.8

(you can also do this in an existing conda environment).

activate the environment:

conda activate ribbity-dev

and now check out and install ribbity in "developer mode":

git clone https://github.com/ribbity-org/ribbity/
cd ribbity
pip install -e .

Now, when you run the ribbity commands, they will be running the code that is in the ribbity/ git repository.

So, in particular, if you update the code in the repo to the latest main branch with git pull, you will be running the latest unreleased code in ribbity.

@ctb ctb added the advanced for developers and advanced users label May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced for developers and advanced users
Projects
None yet
Development

No branches or pull requests

1 participant