Downloading PimlicoΒΆ

Pimlico is available for download from its Gitlab page.

If you’re starting a new project using Pimlico, you’ll want to download either the latest release or the bleeding edge version, from the homepage (which might be a bit less stable).

Simply download the whole source code as a .zip or .tar.gz file and uncompress it. This will produce a directory called pimlico, followed by a long incomprehensible string, which you can renamed simply pimlico.

No matter what you want to do with Pimlico, you’ll need to fetch a few basic dependencies, which you can do with:

cd pimlico/lib/python
make core

See Setting up a new project using Pimlico for more on getting started with Pimlico.