docs: Update README to include installation methods via APT and PyPi

- Added information on installing mediacurator from APT repository and PyPi.
- Included relevant links for installation instructions, APT repository, and PyPi page.
This commit is contained in:
Fabrice Quenneville 2024-10-30 02:33:30 -04:00
parent a82e97de75
commit 4a06bd4d63

View File

@ -12,8 +12,16 @@ The documentation is available on the following [link](https://fabquenneville.gi
## Releases
mediacurator is released on [PyPi](https://pypi.org/project/mediacurator/).
Installation instructions are found on the [GitHub page](https://fabquenneville.github.io/mediacurator/usage/installation.html).
mediacurator can be installed via the following methods:
- APT repository for Debian/Ubuntu systems
- PyPi using pip
For detailed installation instructions, please visit the following links:
- [Installation Instructions](https://fabquenneville.github.io/mediacurator/usage/installation.html)
- [APT Repository](https://debrepo.fabq.ca/)
- [PyPi Page](https://pypi.org/project/mediacurator/)
## Usage