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

How to install doctr-versions-menu via python pip




doctr-versions-menu - Sphinx extension and command to add a versions menu to Doctr-deployed documentation, it belongs to Classifiers:

- Environment :: Plugins
- Framework :: Sphinx
- Framework :: Sphinx :: Extension
- Programming Language :: Java
- Programming Language :: JavaScript
- Topic :: Documentation
- Topic :: Documentation :: Sphinx
- Topic :: Software Development :: Documentation

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



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_doctr-versions-menu_env

- Active the virtual environment

test_doctr-versions-menu_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_doctr-versions-menu_env

- Active the virtual environment

source test_doctr-versions-menu_env/bin/active


Step 2: OK, now, let flow below content to start the installation doctr-versions-menu

To install doctr-versions-menu on Windows(CMD):

py -m pip install doctr-versions-menu

To install doctr-versions-menu on Unix/macOs:

pip install doctr-versions-menu


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

Example:

pip install doctr-versions-menu==0.1.0rc1                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
doctr-versions-menu 0.4.12021-03-18T18:16:04Windows:

py -m pip install doctr-versions-menu==0.4.1

Unix/macOs:

pip install doctr-versions-menu==0.4.1

doctr-versions-menu 0.4.02020-12-14T22:14:18Windows:

py -m pip install doctr-versions-menu==0.4.0

Unix/macOs:

pip install doctr-versions-menu==0.4.0

doctr-versions-menu 0.3.02020-08-03T05:41:15Windows:

py -m pip install doctr-versions-menu==0.3.0

Unix/macOs:

pip install doctr-versions-menu==0.3.0

doctr-versions-menu 0.2.02020-03-14T16:22:28Windows:

py -m pip install doctr-versions-menu==0.2.0

Unix/macOs:

pip install doctr-versions-menu==0.2.0

doctr-versions-menu 0.1.02020-01-11T08:43:52Windows:

py -m pip install doctr-versions-menu==0.1.0

Unix/macOs:

pip install doctr-versions-menu==0.1.0


Step 4: Otherwise, you can install doctr-versions-menu from local archives:

Download the distribution file from doctr_versions_menu-0.4.1.tar.gz or the specific doctr-versions-menu version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_doctr-versions-menu_downloaded_file>

On Unix/macOs:

pip install <path_to_doctr-versions-menu_downloaded_file>


List distribution:

- doctr_versions_menu-0.1.0rc1-py2.py3-none-any.whl (python version >=3.5)
- doctr_versions_menu-0.1.0rc1.tar.gz (python version >=3.5)
- doctr_versions_menu-0.1.0rc2-py2.py3-none-any.whl (python version >=3.5)
- doctr_versions_menu-0.1.0rc2.tar.gz (python version >=3.5)
- doctr_versions_menu-0.1.0rc3-py2.py3-none-any.whl (python version >=3.5)
- doctr_versions_menu-0.1.0rc3.tar.gz (python version >=3.5)
- doctr_versions_menu-0.1.0-py2.py3-none-any.whl (python version >=3.5)
- doctr_versions_menu-0.1.0.tar.gz (python version >=3.5)
- doctr_versions_menu-0.2.0rc1-py2.py3-none-any.whl (python version >=3.5)
- doctr_versions_menu-0.2.0rc1.tar.gz (python version >=3.5)
- doctr_versions_menu-0.2.0rc2-py2.py3-none-any.whl (python version >=3.5)
- doctr_versions_menu-0.2.0rc2.tar.gz (python version >=3.5)
- doctr_versions_menu-0.2.0-py2.py3-none-any.whl (python version >=3.5)
- doctr_versions_menu-0.2.0.tar.gz (python version >=3.5)
- doctr_versions_menu-0.3.0-py2.py3-none-any.whl (python version >=3.5)
- doctr_versions_menu-0.3.0.tar.gz (python version >=3.5)
- doctr_versions_menu-0.4.0-py3-none-any.whl (python version >=3.5)
- doctr_versions_menu-0.4.0.tar.gz (python version >=3.5)
- doctr_versions_menu-0.4.1-py3-none-any.whl (python version >=3.5)
- doctr_versions_menu-0.4.1.tar.gz (python version >=3.5)


Project link:

- Homepage