🛠️ Installation
Basic Installation
Before installing make sure you have:
- A Python3.12+ interpreter installed on your system.
- A Virtual Environment, which is highly recommended to avoid messing up your system-level python environment.
-
A relatively up-to-date version of
pip
. You can upgrade to the latest version using
To install Pipewine, run:
You can then verify whether pipewine
was correctly installed by calling the CLI:
Success
In case the installation is successful, you should see the version of the current Pipewine installation, e.g:
Failure
In case something went wrong, you should see something like (this may vary based on your shell type):
In this case, do the following:
- Check for any
pip
error messages during installation. - Go back through all steps and check whether you followed them correctly.
- Open a GitHub issue describing the installation problem.
Dev Installation
If you are a dev and want to install Pipewine for development purposes, it's recommended you follow these steps instead:
- Clone the github repo in a folder of your choice:
- Create a new virtual environment:
- Update pip:
- Install pipewine in edit mode:
-
Install pipewine optional dependencies
Warning
With some shells (like
zsh
), you may need to escape the square brackets e.g:.\[dev\]
or.\[docs\]
.