We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried installing pIChemSt as stated in the readme, but I could not get it to work that way.
The following method seemed to work:
# Optional: create virtual environment for project python -m venv ~/venv/peptide-tools source ~/venv/peptide-tools/bin/activate # Install packages python setup.py install # Configure shell sh setup.cli
setup.cli leaves a lingering "-e" line in .bashrc, but otherwise pichemist is installed and is now usable.
setup.cli
pichemist
The text was updated successfully, but these errors were encountered:
Hello @adam-of-barot,
We pushed a fix for installing pichemist. Please refer to the new instructions.
Giammy
Sorry, something went wrong.
No branches or pull requests
I tried installing pIChemSt as stated in the readme, but I could not get it to work that way.
The following method seemed to work:
setup.cli
leaves a lingering "-e" line in .bashrc, but otherwisepichemist
is installed and is now usable.The text was updated successfully, but these errors were encountered: