Skip to content

alejandrogallo/fortranman

Repository files navigation

Fortran man pages

Fortran man pages on the Python Package Index

Travis Continuous Integration

Coveralls

GPL v3 License

Man pages for fortran

Development of Fortran man pages happens on Github.

Installation

To install the latest released version of Fortran man pages, run this command in your terminal:

$ pip install fortranman

This is the preferred method to install Fortran man pages, as it will always install the most recent stable release.

If you don't have pip installed, this Python installation guide can guide you through the process.

To install the latest development version of Fortran man pages from Github.

$ pip install git+https://github.com/alejandrogallo/fortranman.git@master#egg=fortranman

Usage

To use Fortran man pages in a project:

import fortranman

Releases

No releases published

Packages

No packages published