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

installation documentation suggestion #288

Open
ismael-mendoza opened this issue Jan 27, 2025 · 0 comments
Open

installation documentation suggestion #288

ismael-mendoza opened this issue Jan 27, 2025 · 0 comments

Comments

@ismael-mendoza
Copy link

ismael-mendoza commented Jan 27, 2025

The documentation suggests to install scarlet via

git clone https://github.com/pmelchior/scarlet.git
cd scarlet
python setup.py install

For the last line, I find that at least on my Mac OS the following works better (thanks @beckermr for the suggestion!):

pip install .

otherwise I get some strange c++ missing header errors. I just wanted to suggest to either change the documentation or add this as an additional suggestion for people who are having the same issue.

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

1 participant