Installation¶

From PyPI¶

TLDR - do this at your own risk¶

pip install blogsley

And then run it!¶

blogsley run

From GitHub¶

Clone the repository

git clone https://github.com/blogsley/blogsley.git

Navigate to the new directory which contains the repository

cd blogsley

Create a Python 3 virtual environment called env

python3 -m venv env

Activate the environment

source env/bin/activate

Install required packages

pip install ./

And then run the server!¶

blogsley run