Skip to content

Commit

Permalink
add instruction for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Dec 13, 2023
1 parent a66a1d4 commit 45d755d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/main/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,17 @@ Separate installation of AWS, Dialogs, PDF and Windows libraries without the mai
- rpaframework-pdf==7.1.5 # included in the rpaframework by default
- rpaframework-windows==7.3.2 # included in the rpaframework by default
.. note:: Python 3.8 or higher is required
Installation method with `pip` using Python `venv`_:

.. code-block:: shell
python -m venv .venv
source .venv/bin/activate
pip install rpaframework
.. note:: Python 3.8 or higher is required

Example
-------

Expand Down Expand Up @@ -514,6 +522,7 @@ Some recommended tools for development
.. _Python extension: https://marketplace.visualstudio.com/items?itemName=ms-python.python
.. _black: https://pypi.org/project/black/
.. _flake8: https://pypi.org/project/flake8/
.. _venv: https://docs.python.org/3/library/venv.html

License
-------
Expand Down

0 comments on commit 45d755d

Please sign in to comment.