Installation
From PyPI (recommended)
From source
git clone https://github.com/AkhilTeja2209/Proteinspy.git
cd Proteinspy/proteinspy_pkg
poetry install
Windows note
If proteinspy is not recognised after installation, the Python Scripts
folder is not on your PATH. Run this once in PowerShell:
$scriptsPath = python -c "import sysconfig; print(sysconfig.get_path('scripts', 'nt_user'))"
$env:PATH += ";$scriptsPath"
[System.Environment]::SetEnvironmentVariable("PATH", $env:PATH, "User")
Then restart PowerShell and run proteinspy again.
Requirements
- Latest
pipversion - Python 3.10 or later
- Dependencies installed automatically:
gemmi,rich,click