From f990ac817fa05dbcf0b48e56e22ec7c4f0987f03 Mon Sep 17 00:00:00 2001 From: Daethyra <109057945+Daethyra@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:56:26 -0800 Subject: [PATCH] Update README.md - clarified that Formaverter isn't available on PyPI --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bfb4464..504426f 100644 --- a/README.md +++ b/README.md @@ -10,22 +10,28 @@ Formaverter (Format Converter) is a Python tool that allows you to convert image - Skips conversion if the input and output formats are the same ## Installation + + To install Formaverter, you need Python 3.13 or later. You can install it using pip: `pip install formaverter` + + +Apologies, I'm having trouble publishing the package. + +For now, disregard instructions in this README that call for Formaverter's installation via Pip or other tools. ***Formaverter is not currently available on PyPI.*** \ +The easiest way to use it is by cloning this repository, installing Pillow to a virtual environment, and running the `main.py` file directly. ## Usage -### Using main.py directly as a CLI tool (Recommended) +### Using `main.py` directly as a CLI tool (Recommended) If you've cloned the repository or downloaded the source code, you can use the `main.py` file directly: 1. Navigate to the directory containing `main.py` 2. Run the following command: - `python main.py ` - - The arguments are the same as described above. +`python main.py ` Example: