Install PySpur in under 2 minutes
pyspur
Python Package1. Install PySpur
2. Initialize a new project
.env
file.3. Start the server
http://localhost:6080
using a sqlite database.
We recommend you configure a postgres instance URL in the .env
file to get a more stable experience.4. Customize Your Deployment
.env
file in your project directorypyspur serve
. Add --sqlite
if you are not using postgres1. Install Docker
2. Create a PySpur Project
pyspur-project
3. Access PySpur
http://localhost:6080
in your browser.4. Customize Your Deployment
.env
file in your project directoryConfigure Ollama
.env
file with:ollama pull <model-name>