File: introduction.rst

package info (click to toggle)
python-mechanicalsoup 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: python: 2,165; makefile: 150
file content (37 lines) | stat: -rw-r--r-- 1,274 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Introduction
============

|Latest Version| |Supported Versions|

PyPy3 is also supported (and tested against).

Find MechanicalSoup on `Python Package Index (Pypi)
<https://pypi.python.org/pypi/MechanicalSoup/>`__ and follow the
development on `GitHub <https://github.com/MechanicalSoup/MechanicalSoup>`__.

Installation
------------

Download and install the latest released version from `PyPI <https://pypi.python.org/pypi/MechanicalSoup/>`__::

  pip install MechanicalSoup

Download and install the development version from GitHub::

  pip install git+https://github.com/MechanicalSoup/MechanicalSoup

Installing from source (installs the version in the current working directory)::

  git clone https://github.com/MechanicalSoup/MechanicalSoup.git
  cd MechanicalSoup
  python setup.py install

(In all cases, add ``--user`` to the ``install`` command to
install in the current user's home directory.)

Example code: https://github.com/MechanicalSoup/MechanicalSoup/tree/main/examples/

.. |Latest Version| image:: https://img.shields.io/pypi/v/MechanicalSoup.svg
   :target: https://pypi.python.org/pypi/MechanicalSoup/
.. |Supported Versions| image:: https://img.shields.io/pypi/pyversions/mechanicalsoup.svg
   :target: https://pypi.python.org/pypi/MechanicalSoup/