Files
@ 7c2f909ffdd5
Branch filter:
Location: gimmecert/docs/installation.rst - annotation
7c2f909ffdd5
968 B
text/prs.fallenstein.rst
GC-44: Added support for Python 3.12:
- Updated documentation.
- Updated release notes.
- Updated supported Python versions in package configuration file.
- Updated Python versions used for tests.
- Updated documentation.
- Updated release notes.
- Updated supported Python versions in package configuration file.
- Updated Python versions used for tests.
5c9e817249b5 cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe 7a8c83185a93 cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe cc971aba64fe | .. Copyright (C) 2018, 2020, 2024 Branko Majic
This file is part of Gimmecert documentation.
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
Unported License. To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
Installation
============
Gimmecert can be easily installed using ``pip``. Before installing it,
make sure the following requirements have been met:
- You are running *Python 3.8+*.
In order to install latest stable release of *Gimmecert* using *pip*, run the
following command::
pip install gimmecert
In order to install the latest development version of Gimmecert from
git repository, use one of the following commands::
pip install -e git+https://code.majic.rs/gimmecert#egg=gimmecert
pip install -e git+https://github.com/azaghal/gimmecert#egg=gimmecert
|