-
Notifications
You must be signed in to change notification settings - Fork 3
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
Installing and Utilizing Nuskell #2
Comments
Hi, Sorry for the rough installation experience and the outdated documentation. There are a few things to note here:
I hope that helps, let me know! |
I have now updated the documentation, so I am closing this issue for now. Feel free to reopen if needed. |
This issue is fixed with the updated README.md documentation and in Pull Request #4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I know the last commit was over two years ago so I apologize for reopening this if it is deprecated. Please let me know if there is any assistance you can give as the documentation is not very friendly to someone who has never used the Nuskell library before.
I attempted installing Nuskell (of which the only way is by downloaded the source code and running
python3 -m setup install --user
) and it through errors and was difficult to troubleshoot as it kept saying I didn't have access to the egg file. Once I finally was able to get past this, I was trying to use Nuskell in a test python file where I tried the Quickstart python script in the documentation (found at https://www.dna.caltech.edu/~badelt/nuskell/#quickstart). Because it's a local install, I had to adjust the imports to handle the local build from the setup.py file. Here is the script and it's errors:NuskellTest.py
Errors:
The text was updated successfully, but these errors were encountered: