Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/J-Arun-Mani/Aduct
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-mani-j committed Jul 9, 2020
2 parents 5d5c19e + 48f78b5 commit 241e06f
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions docs/guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ Aduct is written in Python and requires Python. Apart from that you
need Gtk, nothing more. So we directly follow the guidelines required to
use Gtk.

- **Python 3.5+** If not installed, get the latest version of Python
from the `website <http://www.python.org>`__.

- **Gtk 3.0+** The latest version of Gtk is recommended. You can learn
from the `Gtk website <http://www.gtk.org>`__ how to install the
stable version.

- **PyGObject** PyGObject provides Python bindings to GI modules (that
is Gtk and its friends). If it is your first try with Gtk, you may
have to install it. Directly install it using PIP (`PyPI
website <https://pypi.org/project/PyGObject/>`__) or follow the
instructions from the `official website <https://pygobject.readthedocs.io/>`__.
- **Python 3.5+** If not installed, get the latest version of `Python <http://www.python.org>`__.

- **Gtk 3.0+** The latest version of `Gtk <http://www.gtk.org>`__ is recommended. The instructions to
install it are highlighted in the official website.

- **PyGObject** `PyGObject <https://pygobject.readthedocs.io/>`__ provides Python bindings to GI modules (that
is Gtk and its friends). If this is your first try with Gtk, you may
have to install it. Directly install it using `PIP <https://pypi.org/project/PyGObject/>`__.

Getting Aduct
--------------
Expand Down

0 comments on commit 241e06f

Please sign in to comment.