Files
ai-marketplace-monitor/docs/installation.rst
Bo 7c2be169fc Read the docs (#245)
* move docs to readthedocs
2025-08-08 10:34:47 -05:00

46 lines
970 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 more detailed instructions, please refer to:
- `Linux (pipx) installation guide <https://github.com/BoPeng/ai-marketplace-monitor/blob/main/INSTALL.linux.md>`_
- `Community installation instructions #234 <https://github.com/BoPeng/ai-marketplace-monitor/issues/234>`_
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`.