Skip to content

Commit

Permalink
Merge "[doc] Short description to install requirements"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Jan 30, 2024
2 parents 748b6e4 + e600397 commit 9b54b3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,11 @@ Quick start

.. code:: text
pip install requests
pip install packaging
git clone https://gerrit.wikimedia.org/r/pywikibot/core.git
cd core
git submodule update --init
python pwb.py script_name
pip install -r requirements.txt
python pwb.py <script_name>
Or to install using PyPI (excluding scripts)

Expand Down

0 comments on commit 9b54b3d

Please sign in to comment.