Skip to content

Commit

Permalink
Add installation instructions in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
olethanh committed Jul 25, 2023
1 parent 0d2af4f commit 3ca504e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,28 @@ This module has been originally developed by
:local:
:depth: 1

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

Basic Installation using pip
----------------------------
Before you begin, ensure that the libsane-dev package is installed on your system. This is a required dependency.

On Debian-based system (like Ubuntu), you can install libsane-dev using the apt package manager.

apt install libsane-dev

Then install the packages via pip

pip install python-sane


Building from sources
---------------------

You can find the instructions on how to build and install from sources in the main README.rst


Indices
=======

Expand Down

0 comments on commit 3ca504e

Please sign in to comment.