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 install from source instructions? #45

Closed
mdehollander opened this issue Jul 3, 2019 · 2 comments
Closed

Update install from source instructions? #45

mdehollander opened this issue Jul 3, 2019 · 2 comments

Comments

@mdehollander
Copy link

After merging PR #44 CMakeLists.txt is not longer present and running cmake throws an error:

CMake Error: The source directory "~/src/mamba/include" does not appear to contain CMakeLists.txt.
@wolfv
Copy link
Member

wolfv commented Jul 3, 2019

Hi, yep that's true. I need to fix the readme.

The preferred way of installing is running

pip install -e . # for dev installation
pip install . # for non dev installation

# or 

python -m pip install -e . # etc (or use setup.py directly)

that's also how the package for conda-forge is built.

@mdehollander
Copy link
Author

Thanks! After installing gcc_linux-64 and gxx_linux-64 it compiled :)

@wolfv wolfv closed this as completed Jul 3, 2019
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

No branches or pull requests

2 participants