Files
ai-marketplace-monitor/docs/installation.rst
Bo 6b691d310f Update to docs (#246)
* update installation instruction

* reneame configuration guide to configuration reference

* update docs
2025-08-08 11:04:42 -05:00

51 lines
985 B
ReStructuredText

.. highlight:: shell
============
Installation
============
Prerequisites
-------------
- Python 3.10 or higher
- Internet connection
Quick Installation
------------------
Install the program:
.. code-block:: console
$ pip install ai-marketplace-monitor
Install a browser for Playwright:
.. code-block:: console
$ playwright install
For community-contributed instructions, see:
- `Community installation instructions #234 <https://github.com/BoPeng/ai-marketplace-monitor/issues/234>`_
Linux Installation (using pipx)
--------------------------------
.. include:: linux-installation.md
:parser: myst_parser.sphinx_
Development Installation
------------------------
If you want to contribute to the project:
.. code-block:: console
$ git clone https://github.com/BoPeng/ai-marketplace-monitor.git
$ cd ai-marketplace-monitor
$ uv sync --extra dev
$ playwright install
This will install the project with development dependencies using `uv`.