File: install.rst

package info (click to toggle)
python-web-poet 0.23.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 908 kB
  • sloc: python: 6,112; makefile: 19
file content (17 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _install:

============
Installation
============

To be able to write :ref:`page objects <page-objects>` and :ref:`test them
<web-poet-testing>`, install web-poet `from PyPI`_:

.. _from PyPI: https://pypi.org/project/web-poet/

.. code-block:: bash

    pip install web-poet

To use page objects in production, however, you will need a :ref:`web-poet
framework <frameworks>`.