mirror of
https://github.com/BoPeng/ai-marketplace-monitor.git
synced 2025-12-23 22:28:18 -05:00
46 lines
970 B
ReStructuredText
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`.
|