Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installation instructions in the documentation #82

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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