Skip to content

Commit

Permalink
Merge pull request #82 from olethanh/patch-1
Browse files Browse the repository at this point in the history
Add installation instructions in the documentation
  • Loading branch information
manisandro committed Sep 25, 2023
2 parents ebf6eca + 3ca504e commit 75babdb
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 75babdb

Please sign in to comment.