Installation
Prerequisites
Before you get started, you are going to need a few things:
- Your favorite IDE or text editor
- Python 3.7 - Python 3.10
- PIP
Set up your virtual environment
Regardless of which package management tool you are using, installing Picsellia in a virtual environment is really recommended. This ensures that the dependencies pulled in for Picsellia don't impact any other Python projects you're working on.
Below are a few tools you can use for environment management:
Install Picsellia 🥑
To install Picsellia, simply run the following command in your terminal:
pip install picsellia
Updated 7 months ago