-
Notifications
You must be signed in to change notification settings - Fork 7
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 installation for support m2 mac #337
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The primary question here is whether to recommend editable or strictly editable installations. In the second scenario, strict editable installations necessitate reinstallation whenever changes are applied but offer a closer simulation to a real installation.
docs/dev-notes.rst
Outdated
python3 setup.py build | ||
Note that we use the :bash:`--no-deps` flag to prevent the installation from accidentally taking in any new dependencies through :bash:`pip`. | ||
If the installation fails because of the lack of a dependency, install that dependency using :bash:`conda` and not :bash:`pip`. | ||
If you find a dpendency on a package not available through :bash:`conda` please file an issue on the issue tracker. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo on dependency
Minor typo correction.
This PR has many changes to the documentation and to the recommended development workflow. It includes now support for Apple Silicon (M1 and M2) Macs.