Difference between revisions of "Scan2wiki"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
{{pip|scan2wiki}} | {{pip|scan2wiki}} | ||
== Prerequisites == | == Prerequisites == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 09:45, 21 October 2021
OsProject
OsProject | |
---|---|
edit | |
id | scan2wiki |
state | |
owner | Wolfgang Fahl |
title | scan2wiki |
url | https://github.com/WolfgangFahl/scan2wiki |
version | 0.0.7 |
description | |
date | 2021-03-21 |
since | |
until |
Installation
Installation
pip install scan2wiki
# alternatively if your pip is not a python3 pip
pip3 install scan2wiki
# local install from source directory of scan2wiki
pip install .
upgrade
pip install scan2wiki -U
# alternatively if your pip is not a python3 pip
pip3 install scan2wiki -U