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

Consider posting full installation instructions #10

Closed
lemire opened this issue Jul 16, 2020 · 3 comments · Fixed by #14
Closed

Consider posting full installation instructions #10

lemire opened this issue Jul 16, 2020 · 3 comments · Fixed by #14
Labels
documentation Improvements or additions to documentation

Comments

@lemire
Copy link

lemire commented Jul 16, 2020

To get this to install properly, I had to do...

PYTHON=python3 pip3 install libpy
PYTHON=python3 pip3 install libpy_simdjson

Under Linux, I had to do first...

apt-get install python3-dev

Note that libpy requires Python 3, which means that libpy_simdjson will require Python3.

@gerrymanoim
Copy link
Owner

Yep - fair point. I opened an issue under libpy to remind us to clarify this: quantopian/libpy#194.

I'll add a similar clarification here.

Thanks for the feedback!

@gerrymanoim gerrymanoim added the documentation Improvements or additions to documentation label Jul 16, 2020
@lemire
Copy link
Author

lemire commented Jul 16, 2020

I am very impressed, by the way.

@gerrymanoim
Copy link
Owner

Thanks! We were very impressed by simdjson and thought it was a great fit for binding via libpy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants