Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install documenteer via python pip




documenteer - Rubin Observatory / LSST Sphinx documentation tools, extensions, and configurations., it belongs to Classifiers:

- Framework :: Sphinx
- Framework :: Sphinx :: Extension
- Topic :: Documentation
- Topic :: Documentation :: Sphinx

When you know about this project and you want to new install documenteer to support your project or you get trouble as ModuleNotFoundError: No module named "documenteer" or ImportError: cannot import name "documenteer" in your project, let follow this tutorial to install documenteer



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_documenteer_env

- Active the virtual environment

test_documenteer_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_documenteer_env

- Active the virtual environment

source test_documenteer_env/bin/active


Step 2: OK, now, let flow below content to start the installation documenteer

To install documenteer on Windows(CMD):

py -m pip install documenteer

To install documenteer on Unix/macOs:

pip install documenteer


Step 3: If you want to install a specific documenteer version, add ==<documenteer version> to the end command line

Example:

pip install documenteer==0.1.0.dev0                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
documenteer 0.6.132022-07-29T19:23:30Windows:

py -m pip install documenteer==0.6.13

Unix/macOs:

pip install documenteer==0.6.13

documenteer 0.6.122022-07-04T15:13:52Windows:

py -m pip install documenteer==0.6.12

Unix/macOs:

pip install documenteer==0.6.12

documenteer 0.6.112022-05-12T19:50:11Windows:

py -m pip install documenteer==0.6.11

Unix/macOs:

pip install documenteer==0.6.11

documenteer 0.6.102022-03-09T20:41:13Windows:

py -m pip install documenteer==0.6.10

Unix/macOs:

pip install documenteer==0.6.10

documenteer 0.6.92021-05-10T23:01:56Windows:

py -m pip install documenteer==0.6.9

Unix/macOs:

pip install documenteer==0.6.9

documenteer 0.6.82021-05-10T15:12:23Windows:

py -m pip install documenteer==0.6.8

Unix/macOs:

pip install documenteer==0.6.8

documenteer 0.6.72021-04-26T19:38:43Windows:

py -m pip install documenteer==0.6.7

Unix/macOs:

pip install documenteer==0.6.7

documenteer 0.6.62021-02-17T18:47:09Windows:

py -m pip install documenteer==0.6.6

Unix/macOs:

pip install documenteer==0.6.6

documenteer 0.6.52021-02-12T16:36:07Windows:

py -m pip install documenteer==0.6.5

Unix/macOs:

pip install documenteer==0.6.5

documenteer 0.6.42021-02-02T19:24:53Windows:

py -m pip install documenteer==0.6.4

Unix/macOs:

pip install documenteer==0.6.4

documenteer 0.6.22020-10-08T19:58:39Windows:

py -m pip install documenteer==0.6.2

Unix/macOs:

pip install documenteer==0.6.2

documenteer 0.6.12020-10-07T14:18:24Windows:

py -m pip install documenteer==0.6.1

Unix/macOs:

pip install documenteer==0.6.1

documenteer 0.6.02020-10-01T20:38:32Windows:

py -m pip install documenteer==0.6.0

Unix/macOs:

pip install documenteer==0.6.0

documenteer 0.5.112022-05-25T16:52:00Windows:

py -m pip install documenteer==0.5.11

Unix/macOs:

pip install documenteer==0.5.11

documenteer 0.5.102022-03-29T17:02:48Windows:

py -m pip install documenteer==0.5.10

Unix/macOs:

pip install documenteer==0.5.10

documenteer 0.5.92021-11-08T22:58:10Windows:

py -m pip install documenteer==0.5.9

Unix/macOs:

pip install documenteer==0.5.9

documenteer 0.5.82020-04-13T19:46:59Windows:

py -m pip install documenteer==0.5.8

Unix/macOs:

pip install documenteer==0.5.8

documenteer 0.5.72020-02-27T20:26:56Windows:

py -m pip install documenteer==0.5.7

Unix/macOs:

pip install documenteer==0.5.7

documenteer 0.5.62020-01-16T20:24:01Windows:

py -m pip install documenteer==0.5.6

Unix/macOs:

pip install documenteer==0.5.6

documenteer 0.5.52019-12-09T22:50:47Windows:

py -m pip install documenteer==0.5.5

Unix/macOs:

pip install documenteer==0.5.5

documenteer 0.5.42019-11-03T15:38:54Windows:

py -m pip install documenteer==0.5.4

Unix/macOs:

pip install documenteer==0.5.4

documenteer 0.5.32019-08-07T17:16:23Windows:

py -m pip install documenteer==0.5.3

Unix/macOs:

pip install documenteer==0.5.3

documenteer 0.5.22019-08-01T23:38:31Windows:

py -m pip install documenteer==0.5.2

Unix/macOs:

pip install documenteer==0.5.2

documenteer 0.5.12019-07-22T19:26:56Windows:

py -m pip install documenteer==0.5.1

Unix/macOs:

pip install documenteer==0.5.1

documenteer 0.5.02019-02-11T22:32:48Windows:

py -m pip install documenteer==0.5.0

Unix/macOs:

pip install documenteer==0.5.0

documenteer 0.4.72019-12-09T22:51:59Windows:

py -m pip install documenteer==0.4.7

Unix/macOs:

pip install documenteer==0.4.7

documenteer 0.4.62019-11-03T16:27:21Windows:

py -m pip install documenteer==0.4.6

Unix/macOs:

pip install documenteer==0.4.6

documenteer 0.4.52019-02-06T21:23:05Windows:

py -m pip install documenteer==0.4.5

Unix/macOs:

pip install documenteer==0.4.5

documenteer 0.4.42019-02-05T18:58:12Windows:

py -m pip install documenteer==0.4.4

Unix/macOs:

pip install documenteer==0.4.4

documenteer 0.4.32018-11-30T21:16:31Windows:

py -m pip install documenteer==0.4.3

Unix/macOs:

pip install documenteer==0.4.3

documenteer 0.4.22018-11-01T19:08:47Windows:

py -m pip install documenteer==0.4.2

Unix/macOs:

pip install documenteer==0.4.2

documenteer 0.4.12018-10-15T17:26:33Windows:

py -m pip install documenteer==0.4.1

Unix/macOs:

pip install documenteer==0.4.1

documenteer 0.4.02018-10-15T02:13:06Windows:

py -m pip install documenteer==0.4.0

Unix/macOs:

pip install documenteer==0.4.0

documenteer 0.3.12018-10-10T21:21:10Windows:

py -m pip install documenteer==0.3.1

Unix/macOs:

pip install documenteer==0.3.1

documenteer 0.3.02018-09-19T20:59:30Windows:

py -m pip install documenteer==0.3.0

Unix/macOs:

pip install documenteer==0.3.0

documenteer 0.2.82018-05-10T19:01:13Windows:

py -m pip install documenteer==0.2.8

Unix/macOs:

pip install documenteer==0.2.8

documenteer 0.2.72018-03-09T08:15:28Windows:

py -m pip install documenteer==0.2.7

Unix/macOs:

pip install documenteer==0.2.7

documenteer 0.2.62018-02-20T20:55:01Windows:

py -m pip install documenteer==0.2.6

Unix/macOs:

pip install documenteer==0.2.6

documenteer 0.2.52017-12-20T22:14:46Windows:

py -m pip install documenteer==0.2.5

Unix/macOs:

pip install documenteer==0.2.5

documenteer 0.2.42017-12-20T00:17:54Windows:

py -m pip install documenteer==0.2.4

Unix/macOs:

pip install documenteer==0.2.4

documenteer 0.2.32017-07-28T16:26:53Windows:

py -m pip install documenteer==0.2.3

Unix/macOs:

pip install documenteer==0.2.3

documenteer 0.2.22017-07-25T18:17:44Windows:

py -m pip install documenteer==0.2.2

Unix/macOs:

pip install documenteer==0.2.2

documenteer 0.2.12017-07-21T18:14:31Windows:

py -m pip install documenteer==0.2.1

Unix/macOs:

pip install documenteer==0.2.1

documenteer 0.2.02017-07-20T14:44:22Windows:

py -m pip install documenteer==0.2.0

Unix/macOs:

pip install documenteer==0.2.0

documenteer 0.1.112017-03-01T23:02:22Windows:

py -m pip install documenteer==0.1.11

Unix/macOs:

pip install documenteer==0.1.11

documenteer 0.1.102016-12-14T22:10:55Windows:

py -m pip install documenteer==0.1.10

Unix/macOs:

pip install documenteer==0.1.10

documenteer 0.1.92016-07-09T05:58:56Windows:

py -m pip install documenteer==0.1.9

Unix/macOs:

pip install documenteer==0.1.9

documenteer 0.1.82016-07-08T17:13:03Windows:

py -m pip install documenteer==0.1.8

Unix/macOs:

pip install documenteer==0.1.8

documenteer 0.1.72016-06-02T16:32:46Windows:

py -m pip install documenteer==0.1.7

Unix/macOs:

pip install documenteer==0.1.7

documenteer 0.1.62016-06-02T01:25:46Windows:

py -m pip install documenteer==0.1.6

Unix/macOs:

pip install documenteer==0.1.6

documenteer 0.1.52016-05-27T23:45:57Windows:

py -m pip install documenteer==0.1.5

Unix/macOs:

pip install documenteer==0.1.5

documenteer 0.1.42016-05-27T22:11:04Windows:

py -m pip install documenteer==0.1.4

Unix/macOs:

pip install documenteer==0.1.4

documenteer 0.1.22016-05-15T01:49:02Windows:

py -m pip install documenteer==0.1.2

Unix/macOs:

pip install documenteer==0.1.2

documenteer 0.1.12016-05-09T21:29:07Windows:

py -m pip install documenteer==0.1.1

Unix/macOs:

pip install documenteer==0.1.1

documenteer 0.1.02015-11-24T03:14:47Windows:

py -m pip install documenteer==0.1.0

Unix/macOs:

pip install documenteer==0.1.0


Step 4: Otherwise, you can install documenteer from local archives:

Download the distribution file from documenteer-0.6.13.tar.gz or the specific documenteer version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_documenteer_downloaded_file>

On Unix/macOs:

pip install <path_to_documenteer_downloaded_file>


List distribution:

- documenteer-0.1.0-py3-none-any.whl
- documenteer-0.1.0.tar.gz
- documenteer-0.1.1-py3-none-any.whl
- documenteer-0.1.1.tar.gz
- documenteer-0.1.2-py3-none-any.whl
- documenteer-0.1.2.tar.gz
- documenteer-0.1.4-py2-none-any.whl
- documenteer-0.1.4.tar.gz
- documenteer-0.1.5-py2-none-any.whl
- documenteer-0.1.5.tar.gz
- documenteer-0.1.6-py3-none-any.whl
- documenteer-0.1.6.tar.gz
- documenteer-0.1.7-py3-none-any.whl
- documenteer-0.1.7.tar.gz
- documenteer-0.1.8-py2-none-any.whl
- documenteer-0.1.8.tar.gz
- documenteer-0.1.9-py2-none-any.whl
- documenteer-0.1.9.tar.gz
- documenteer-0.1.10-py2-none-any.whl
- documenteer-0.1.10.tar.gz
- documenteer-0.1.11-py2-none-any.whl
- documenteer-0.1.11-py3-none-any.whl
- documenteer-0.1.11.tar.gz
- documenteer-0.2.0-py2-none-any.whl
- documenteer-0.2.0-py3-none-any.whl
- documenteer-0.2.0.tar.gz
- documenteer-0.2.1-py2-none-any.whl
- documenteer-0.2.1-py3-none-any.whl
- documenteer-0.2.1.tar.gz
- documenteer-0.2.2-py2-none-any.whl
- documenteer-0.2.2-py3-none-any.whl
- documenteer-0.2.2.tar.gz
- documenteer-0.2.3-py2-none-any.whl
- documenteer-0.2.3-py3-none-any.whl
- documenteer-0.2.3.tar.gz
- documenteer-0.2.4-py2-none-any.whl
- documenteer-0.2.4-py3-none-any.whl
- documenteer-0.2.4.tar.gz
- documenteer-0.2.5-py2-none-any.whl
- documenteer-0.2.5-py3-none-any.whl
- documenteer-0.2.5.tar.gz
- documenteer-0.2.6-py3-none-any.whl
- documenteer-0.2.6.tar.gz
- documenteer-0.2.7-py3-none-any.whl
- documenteer-0.2.7.tar.gz
- documenteer-0.2.8-py3-none-any.whl
- documenteer-0.2.8.tar.gz
- documenteer-0.3.0a1-py3-none-any.whl
- documenteer-0.3.0a1.tar.gz
- documenteer-0.3.0a2-py3-none-any.whl
- documenteer-0.3.0a2.tar.gz
- documenteer-0.3.0a3-py3-none-any.whl
- documenteer-0.3.0a3.tar.gz
- documenteer-0.3.0a4-py3-none-any.whl
- documenteer-0.3.0a4.tar.gz
- documenteer-0.3.0a5-py3-none-any.whl
- documenteer-0.3.0a5.tar.gz
- documenteer-0.3.0a6-py3-none-any.whl
- documenteer-0.3.0a6.tar.gz
- documenteer-0.3.0-py3-none-any.whl
- documenteer-0.3.0.tar.gz
- documenteer-0.3.1-py3-none-any.whl
- documenteer-0.3.1.tar.gz
- documenteer-0.4.0a1-py3-none-any.whl
- documenteer-0.4.0a1.tar.gz
- documenteer-0.4.0-py3-none-any.whl
- documenteer-0.4.0.tar.gz
- documenteer-0.4.1-py3-none-any.whl
- documenteer-0.4.1.tar.gz
- documenteer-0.4.2-py3-none-any.whl
- documenteer-0.4.2.tar.gz
- documenteer-0.4.3-py3-none-any.whl
- documenteer-0.4.3.tar.gz
- documenteer-0.4.4-py3-none-any.whl
- documenteer-0.4.4.tar.gz
- documenteer-0.4.5-py3-none-any.whl
- documenteer-0.4.5.tar.gz
- documenteer-0.4.6-py3-none-any.whl
- documenteer-0.4.6.tar.gz
- documenteer-0.4.7-py3-none-any.whl
- documenteer-0.4.7.tar.gz
- documenteer-0.5.0a1-py3-none-any.whl
- documenteer-0.5.0a1.tar.gz
- documenteer-0.5.0a2-py3-none-any.whl
- documenteer-0.5.0a2.tar.gz
- documenteer-0.5.0a3-py3-none-any.whl
- documenteer-0.5.0a3.tar.gz
- documenteer-0.5.0-py3-none-any.whl
- documenteer-0.5.0.tar.gz
- documenteer-0.5.1-py3-none-any.whl
- documenteer-0.5.1.tar.gz
- documenteer-0.5.2-py3-none-any.whl
- documenteer-0.5.2.tar.gz
- documenteer-0.5.3-py3-none-any.whl
- documenteer-0.5.3.tar.gz
- documenteer-0.5.4-py3-none-any.whl
- documenteer-0.5.4.tar.gz
- documenteer-0.5.5-py3-none-any.whl
- documenteer-0.5.5.tar.gz
- documenteer-0.5.6-py3-none-any.whl
- documenteer-0.5.6.tar.gz
- documenteer-0.5.7-py3-none-any.whl
- documenteer-0.5.7.tar.gz
- documenteer-0.5.8-py3-none-any.whl
- documenteer-0.5.8.tar.gz
- documenteer-0.5.9-py3-none-any.whl
- documenteer-0.5.9.tar.gz
- documenteer-0.5.10-py3-none-any.whl
- documenteer-0.5.10.tar.gz
- documenteer-0.5.11-py3-none-any.whl
- documenteer-0.5.11.tar.gz
- documenteer-0.5.12-py3-none-any.whl
- documenteer-0.5.12.tar.gz
- documenteer-0.6.0rc1-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.0rc1.tar.gz (python version >=3.7)
- documenteer-0.6.0-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.0.tar.gz (python version >=3.7)
- documenteer-0.6.1-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.1.tar.gz (python version >=3.7)
- documenteer-0.6.2-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.2.tar.gz (python version >=3.7)
- documenteer-0.6.4-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.4.tar.gz (python version >=3.7)
- documenteer-0.6.5-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.5.tar.gz (python version >=3.7)
- documenteer-0.6.6-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.6.tar.gz (python version >=3.7)
- documenteer-0.6.7-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.7.tar.gz (python version >=3.7)
- documenteer-0.6.8-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.8.tar.gz (python version >=3.7)
- documenteer-0.6.9-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.9.tar.gz (python version >=3.7)
- documenteer-0.6.10-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.10.tar.gz (python version >=3.7)
- documenteer-0.6.11-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.11.tar.gz (python version >=3.7)
- documenteer-0.6.12-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.12.tar.gz (python version >=3.7)
- documenteer-0.6.13-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.13.tar.gz (python version >=3.7)
- documenteer-0.6.14-py3-none-any.whl (python version >=3.7)
- documenteer-0.6.14.tar.gz (python version >=3.7)
- documenteer-0.7.0b1-py3-none-any.whl (python version >=3.7)
- documenteer-0.7.0b1.tar.gz (python version >=3.7)
- documenteer-0.7.0b2-py3-none-any.whl (python version >=3.7)
- documenteer-0.7.0b2.tar.gz (python version >=3.7)
- documenteer-0.7.0b3-py3-none-any.whl (python version >=3.7)
- documenteer-0.7.0b3.tar.gz (python version >=3.7)
- documenteer-0.7.0b4-py3-none-any.whl (python version >=3.7)
- documenteer-0.7.0b4.tar.gz (python version >=3.7)
- documenteer-0.7.0-py3-none-any.whl (python version >=3.7)
- documenteer-0.7.0.tar.gz (python version >=3.7)


Project link:

- Homepage
- Change log
- Issue tracker
- Source code