-
Notifications
You must be signed in to change notification settings - Fork 6
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 and simplify README installation instructions #205
Comments
Nah, we had talked a while back (on a dev call, I think) about using I completely agree that it is appropriate to yeet conda into the sun. |
I don't know exactly how the installation instructions have changed, but to build it locally, in addition to the steps listed in the README, I had to do the following: |
Ideally, you shouldn't have to python -m venv .venv # set up a virtual environment
source .venv/bin/activate # activate it in your local session
pip install -r docs/requirements.txt # install the requirements into the virtual environment Then every time you come back to the project, you can run |
Thanks @zkamvar ! That is all very helpful. I have a couple of comments:
Thanks for looking into this. |
Completely understandable! A lot of this is the reason why https://xkcd.com/1987/ exists. |
While I'm fully for simplifying to a single instruction and moving to |
Ah yes, but see my previous comment about conda:
|
At the moment, the readme is not quite accurate:
conda
for setting up python. We should probably just move to recommendinguv
(but maybe this is to @bsweger's chagrin).The text was updated successfully, but these errors were encountered: