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

docs: add M1 installation instructions to readme #47

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jchaskell
Copy link
Contributor

Description

Adds instructions for getting around installation issues on M1s

@jchaskell jchaskell requested a review from a team as a code owner May 18, 2023 17:10
@@ -11,6 +11,11 @@ The first iteration of this model is written in R in [this repo](https://github.
* We recommend that you set up a virtualenv and activate it (IE ``mkvirtualenv elex-model`` via http://virtualenvwrapper.readthedocs.io/en/latest/).
* Run ``pip install elex-model``

Note: if you have an Apple with an ARM chip (M1, M2, etc) and are running into
installation errors related to the `qldl` package, in a clean environment, run
`conda install -c conda-forge qdldl-python` and then run pip install (requires
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you missing something after the "and then run pip install.." ? i think the only thing we ran after the conda command was pip install -r requirements.txt (and potentially -test or -dev too)

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

Successfully merging this pull request may close these issues.

None yet

2 participants