-
Notifications
You must be signed in to change notification settings - Fork 17
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
Make dev install work for everyone. #14
Comments
@jasongrout I've reworked the readme, and rechecked the it should work from a clean environment. |
Trying to build the parser, I get:
DId you install the tree_sitter package too, not just clone it? |
Looks like it works if I do |
Great ! Added to requirement.txt and pyproject_toml, not sure why it does work in an env for me without installing it. I liekly screwed something up. |
For this, I also had to install |
It looks like the instructions now are more general - I was able to set up a dev install following the instructions. Should this be closed? |
There are many places in the code that assume it's running on my machine, or might make assumptions that folders/files already exist.
It would be nice to have the basic workflow work for everyone.
install papyri
Create own docs:
View own docs
The text was updated successfully, but these errors were encountered: