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

How to install tripleo-heat-templates via python pip




tripleo-heat-templates - Heat templates for deploying OpenStack with OpenStack., it belongs to Classifiers:

- Environment :: OpenStack
- Operating System :: POSIX :: Linux
- Programming Language :: Other

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



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_tripleo-heat-templates_env

- Active the virtual environment

test_tripleo-heat-templates_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_tripleo-heat-templates_env

- Active the virtual environment

source test_tripleo-heat-templates_env/bin/active


Step 2: OK, now, let flow below content to start the installation tripleo-heat-templates

To install tripleo-heat-templates on Windows(CMD):

py -m pip install tripleo-heat-templates

To install tripleo-heat-templates on Unix/macOs:

pip install tripleo-heat-templates


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

Example:

pip install tripleo-heat-templates==0.5.6


Please see the version list below table:

VersionReleased dateCommand
tripleo-heat-templates 16.0.02022-04-12T16:35:38Windows:

py -m pip install tripleo-heat-templates==16.0.0

Unix/macOs:

pip install tripleo-heat-templates==16.0.0

tripleo-heat-templates 15.1.02021-10-18T16:54:27Windows:

py -m pip install tripleo-heat-templates==15.1.0

Unix/macOs:

pip install tripleo-heat-templates==15.1.0

tripleo-heat-templates 15.0.02021-06-14T15:17:29Windows:

py -m pip install tripleo-heat-templates==15.0.0

Unix/macOs:

pip install tripleo-heat-templates==15.0.0

tripleo-heat-templates 14.3.02021-08-16T08:01:00Windows:

py -m pip install tripleo-heat-templates==14.3.0

Unix/macOs:

pip install tripleo-heat-templates==14.3.0

tripleo-heat-templates 14.2.02021-07-19T09:46:20Windows:

py -m pip install tripleo-heat-templates==14.2.0

Unix/macOs:

pip install tripleo-heat-templates==14.2.0

tripleo-heat-templates 14.1.22021-06-11T18:49:52Windows:

py -m pip install tripleo-heat-templates==14.1.2

Unix/macOs:

pip install tripleo-heat-templates==14.1.2

tripleo-heat-templates 14.1.12021-05-18T17:05:57Windows:

py -m pip install tripleo-heat-templates==14.1.1

Unix/macOs:

pip install tripleo-heat-templates==14.1.1

tripleo-heat-templates 14.1.02021-05-05T15:46:51Windows:

py -m pip install tripleo-heat-templates==14.1.0

Unix/macOs:

pip install tripleo-heat-templates==14.1.0

tripleo-heat-templates 14.0.02021-01-28T11:04:25Windows:

py -m pip install tripleo-heat-templates==14.0.0

Unix/macOs:

pip install tripleo-heat-templates==14.0.0

tripleo-heat-templates 13.6.02022-04-21T07:47:18Windows:

py -m pip install tripleo-heat-templates==13.6.0

Unix/macOs:

pip install tripleo-heat-templates==13.6.0

tripleo-heat-templates 13.5.02021-08-30T08:11:22Windows:

py -m pip install tripleo-heat-templates==13.5.0

Unix/macOs:

pip install tripleo-heat-templates==13.5.0

tripleo-heat-templates 13.4.02021-07-22T10:52:18Windows:

py -m pip install tripleo-heat-templates==13.4.0

Unix/macOs:

pip install tripleo-heat-templates==13.4.0

tripleo-heat-templates 13.3.02021-06-03T10:19:52Windows:

py -m pip install tripleo-heat-templates==13.3.0

Unix/macOs:

pip install tripleo-heat-templates==13.3.0

tripleo-heat-templates 13.2.02021-04-01T09:31:12Windows:

py -m pip install tripleo-heat-templates==13.2.0

Unix/macOs:

pip install tripleo-heat-templates==13.2.0

tripleo-heat-templates 13.1.02021-01-04T10:36:04Windows:

py -m pip install tripleo-heat-templates==13.1.0

Unix/macOs:

pip install tripleo-heat-templates==13.1.0

tripleo-heat-templates 13.0.02020-10-30T16:08:58Windows:

py -m pip install tripleo-heat-templates==13.0.0

Unix/macOs:

pip install tripleo-heat-templates==13.0.0

tripleo-heat-templates 12.7.02020-09-29T12:05:17Windows:

py -m pip install tripleo-heat-templates==12.7.0

Unix/macOs:

pip install tripleo-heat-templates==12.7.0

tripleo-heat-templates 12.6.02020-09-17T08:57:52Windows:

py -m pip install tripleo-heat-templates==12.6.0

Unix/macOs:

pip install tripleo-heat-templates==12.6.0

tripleo-heat-templates 12.5.02020-07-27T06:05:09Windows:

py -m pip install tripleo-heat-templates==12.5.0

Unix/macOs:

pip install tripleo-heat-templates==12.5.0

tripleo-heat-templates 12.4.62022-03-10T14:56:04Windows:

py -m pip install tripleo-heat-templates==12.4.6

Unix/macOs:

pip install tripleo-heat-templates==12.4.6

tripleo-heat-templates 12.4.52021-07-28T15:55:33Windows:

py -m pip install tripleo-heat-templates==12.4.5

Unix/macOs:

pip install tripleo-heat-templates==12.4.5

tripleo-heat-templates 12.4.42021-06-14T09:53:38Windows:

py -m pip install tripleo-heat-templates==12.4.4

Unix/macOs:

pip install tripleo-heat-templates==12.4.4

tripleo-heat-templates 12.4.32021-04-14T14:56:16Windows:

py -m pip install tripleo-heat-templates==12.4.3

Unix/macOs:

pip install tripleo-heat-templates==12.4.3

tripleo-heat-templates 12.4.22021-01-28T16:19:58Windows:

py -m pip install tripleo-heat-templates==12.4.2

Unix/macOs:

pip install tripleo-heat-templates==12.4.2

tripleo-heat-templates 12.4.12020-10-05T17:13:37Windows:

py -m pip install tripleo-heat-templates==12.4.1

Unix/macOs:

pip install tripleo-heat-templates==12.4.1

tripleo-heat-templates 12.4.02020-07-24T18:39:36Windows:

py -m pip install tripleo-heat-templates==12.4.0

Unix/macOs:

pip install tripleo-heat-templates==12.4.0

tripleo-heat-templates 12.3.02020-05-26T17:28:50Windows:

py -m pip install tripleo-heat-templates==12.3.0

Unix/macOs:

pip install tripleo-heat-templates==12.3.0

tripleo-heat-templates 12.2.02020-04-09T21:07:25Windows:

py -m pip install tripleo-heat-templates==12.2.0

Unix/macOs:

pip install tripleo-heat-templates==12.2.0

tripleo-heat-templates 12.1.02020-02-18T11:17:47Windows:

py -m pip install tripleo-heat-templates==12.1.0

Unix/macOs:

pip install tripleo-heat-templates==12.1.0

tripleo-heat-templates 12.0.02019-11-27T19:34:35Windows:

py -m pip install tripleo-heat-templates==12.0.0

Unix/macOs:

pip install tripleo-heat-templates==12.0.0

tripleo-heat-templates 11.6.02021-06-04T17:41:06Windows:

py -m pip install tripleo-heat-templates==11.6.0

Unix/macOs:

pip install tripleo-heat-templates==11.6.0

tripleo-heat-templates 11.5.02021-04-05T09:11:54Windows:

py -m pip install tripleo-heat-templates==11.5.0

Unix/macOs:

pip install tripleo-heat-templates==11.5.0

tripleo-heat-templates 11.4.02021-02-08T13:56:26Windows:

py -m pip install tripleo-heat-templates==11.4.0

Unix/macOs:

pip install tripleo-heat-templates==11.4.0

tripleo-heat-templates 11.3.12020-01-06T10:29:49Windows:

py -m pip install tripleo-heat-templates==11.3.1

Unix/macOs:

pip install tripleo-heat-templates==11.3.1

tripleo-heat-templates 11.3.02019-10-21T14:30:16Windows:

py -m pip install tripleo-heat-templates==11.3.0

Unix/macOs:

pip install tripleo-heat-templates==11.3.0

tripleo-heat-templates 11.2.02019-09-18T19:36:28Windows:

py -m pip install tripleo-heat-templates==11.2.0

Unix/macOs:

pip install tripleo-heat-templates==11.2.0

tripleo-heat-templates 11.1.02019-07-26T18:17:03Windows:

py -m pip install tripleo-heat-templates==11.1.0

Unix/macOs:

pip install tripleo-heat-templates==11.1.0

tripleo-heat-templates 11.0.02019-06-07T19:39:18Windows:

py -m pip install tripleo-heat-templates==11.0.0

Unix/macOs:

pip install tripleo-heat-templates==11.0.0

tripleo-heat-templates 10.6.22019-12-12T10:19:34Windows:

py -m pip install tripleo-heat-templates==10.6.2

Unix/macOs:

pip install tripleo-heat-templates==10.6.2

tripleo-heat-templates 10.6.12019-09-11T14:21:17Windows:

py -m pip install tripleo-heat-templates==10.6.1

Unix/macOs:

pip install tripleo-heat-templates==10.6.1

tripleo-heat-templates 10.6.02019-07-05T12:58:03Windows:

py -m pip install tripleo-heat-templates==10.6.0

Unix/macOs:

pip install tripleo-heat-templates==10.6.0

tripleo-heat-templates 10.5.02019-04-18T15:04:48Windows:

py -m pip install tripleo-heat-templates==10.5.0

Unix/macOs:

pip install tripleo-heat-templates==10.5.0

tripleo-heat-templates 10.4.02019-03-14T10:41:24Windows:

py -m pip install tripleo-heat-templates==10.4.0

Unix/macOs:

pip install tripleo-heat-templates==10.4.0

tripleo-heat-templates 10.3.02019-01-11T16:21:04Windows:

py -m pip install tripleo-heat-templates==10.3.0

Unix/macOs:

pip install tripleo-heat-templates==10.3.0

tripleo-heat-templates 10.2.02018-12-04T15:58:33Windows:

py -m pip install tripleo-heat-templates==10.2.0

Unix/macOs:

pip install tripleo-heat-templates==10.2.0

tripleo-heat-templates 10.1.02018-11-28T12:23:12Windows:

py -m pip install tripleo-heat-templates==10.1.0

Unix/macOs:

pip install tripleo-heat-templates==10.1.0

tripleo-heat-templates 10.0.02018-10-08T18:21:09Windows:

py -m pip install tripleo-heat-templates==10.0.0

Unix/macOs:

pip install tripleo-heat-templates==10.0.0

tripleo-heat-templates 9.4.12019-09-12T09:37:18Windows:

py -m pip install tripleo-heat-templates==9.4.1

Unix/macOs:

pip install tripleo-heat-templates==9.4.1

tripleo-heat-templates 9.4.02019-06-21T13:51:25Windows:

py -m pip install tripleo-heat-templates==9.4.0

Unix/macOs:

pip install tripleo-heat-templates==9.4.0

tripleo-heat-templates 9.3.02019-03-14T10:48:51Windows:

py -m pip install tripleo-heat-templates==9.3.0

Unix/macOs:

pip install tripleo-heat-templates==9.3.0

tripleo-heat-templates 9.2.02019-01-07T15:15:00Windows:

py -m pip install tripleo-heat-templates==9.2.0

Unix/macOs:

pip install tripleo-heat-templates==9.2.0

tripleo-heat-templates 9.1.02018-12-18T23:45:17Windows:

py -m pip install tripleo-heat-templates==9.1.0

Unix/macOs:

pip install tripleo-heat-templates==9.1.0

tripleo-heat-templates 9.0.02018-10-04T21:57:24Windows:

py -m pip install tripleo-heat-templates==9.0.0

Unix/macOs:

pip install tripleo-heat-templates==9.0.0

tripleo-heat-templates 8.4.12019-09-13T15:14:42Windows:

py -m pip install tripleo-heat-templates==8.4.1

Unix/macOs:

pip install tripleo-heat-templates==8.4.1

tripleo-heat-templates 8.4.02019-06-21T15:29:22Windows:

py -m pip install tripleo-heat-templates==8.4.0

Unix/macOs:

pip install tripleo-heat-templates==8.4.0

tripleo-heat-templates 8.3.12019-03-18T00:42:35Windows:

py -m pip install tripleo-heat-templates==8.3.1

Unix/macOs:

pip install tripleo-heat-templates==8.3.1

tripleo-heat-templates 8.3.02019-02-15T15:16:45Windows:

py -m pip install tripleo-heat-templates==8.3.0

Unix/macOs:

pip install tripleo-heat-templates==8.3.0

tripleo-heat-templates 8.2.02018-12-18T23:50:27Windows:

py -m pip install tripleo-heat-templates==8.2.0

Unix/macOs:

pip install tripleo-heat-templates==8.2.0

tripleo-heat-templates 8.1.02018-12-05T04:13:48Windows:

py -m pip install tripleo-heat-templates==8.1.0

Unix/macOs:

pip install tripleo-heat-templates==8.1.0

tripleo-heat-templates 8.0.72018-09-25T19:45:47Windows:

py -m pip install tripleo-heat-templates==8.0.7

Unix/macOs:

pip install tripleo-heat-templates==8.0.7

tripleo-heat-templates 8.0.62018-09-24T14:33:05Windows:

py -m pip install tripleo-heat-templates==8.0.6

Unix/macOs:

pip install tripleo-heat-templates==8.0.6

tripleo-heat-templates 8.0.52018-08-08T04:39:02Windows:

py -m pip install tripleo-heat-templates==8.0.5

Unix/macOs:

pip install tripleo-heat-templates==8.0.5

tripleo-heat-templates 8.0.42018-07-05T17:31:47Windows:

py -m pip install tripleo-heat-templates==8.0.4

Unix/macOs:

pip install tripleo-heat-templates==8.0.4

tripleo-heat-templates 8.0.32018-06-04T03:36:25Windows:

py -m pip install tripleo-heat-templates==8.0.3

Unix/macOs:

pip install tripleo-heat-templates==8.0.3

tripleo-heat-templates 8.0.22018-04-23T17:11:31Windows:

py -m pip install tripleo-heat-templates==8.0.2

Unix/macOs:

pip install tripleo-heat-templates==8.0.2

tripleo-heat-templates 8.0.12018-03-27T18:47:12Windows:

py -m pip install tripleo-heat-templates==8.0.1

Unix/macOs:

pip install tripleo-heat-templates==8.0.1

tripleo-heat-templates 8.0.02018-03-13T21:50:11Windows:

py -m pip install tripleo-heat-templates==8.0.0

Unix/macOs:

pip install tripleo-heat-templates==8.0.0

tripleo-heat-templates 7.0.182019-05-14T14:41:55Windows:

py -m pip install tripleo-heat-templates==7.0.18

Unix/macOs:

pip install tripleo-heat-templates==7.0.18

tripleo-heat-templates 7.0.172018-09-25T20:55:02Windows:

py -m pip install tripleo-heat-templates==7.0.17

Unix/macOs:

pip install tripleo-heat-templates==7.0.17

tripleo-heat-templates 7.0.162018-09-24T14:11:41Windows:

py -m pip install tripleo-heat-templates==7.0.16

Unix/macOs:

pip install tripleo-heat-templates==7.0.16

tripleo-heat-templates 7.0.152018-08-08T04:31:02Windows:

py -m pip install tripleo-heat-templates==7.0.15

Unix/macOs:

pip install tripleo-heat-templates==7.0.15

tripleo-heat-templates 7.0.142018-07-08T23:37:20Windows:

py -m pip install tripleo-heat-templates==7.0.14

Unix/macOs:

pip install tripleo-heat-templates==7.0.14

tripleo-heat-templates 7.0.132018-05-29T14:29:41Windows:

py -m pip install tripleo-heat-templates==7.0.13

Unix/macOs:

pip install tripleo-heat-templates==7.0.13

tripleo-heat-templates 7.0.122018-04-23T19:10:17Windows:

py -m pip install tripleo-heat-templates==7.0.12

Unix/macOs:

pip install tripleo-heat-templates==7.0.12

tripleo-heat-templates 7.0.112018-03-26T18:16:21Windows:

py -m pip install tripleo-heat-templates==7.0.11

Unix/macOs:

pip install tripleo-heat-templates==7.0.11

tripleo-heat-templates 7.0.102018-03-07T05:57:40Windows:

py -m pip install tripleo-heat-templates==7.0.10

Unix/macOs:

pip install tripleo-heat-templates==7.0.10

tripleo-heat-templates 7.0.92018-02-12T14:12:24Windows:

py -m pip install tripleo-heat-templates==7.0.9

Unix/macOs:

pip install tripleo-heat-templates==7.0.9

tripleo-heat-templates 7.0.82018-01-24T19:03:07Windows:

py -m pip install tripleo-heat-templates==7.0.8

Unix/macOs:

pip install tripleo-heat-templates==7.0.8

tripleo-heat-templates 7.0.72018-01-08T14:25:07Windows:

py -m pip install tripleo-heat-templates==7.0.7

Unix/macOs:

pip install tripleo-heat-templates==7.0.7

tripleo-heat-templates 7.0.62017-12-09T04:28:51Windows:

py -m pip install tripleo-heat-templates==7.0.6

Unix/macOs:

pip install tripleo-heat-templates==7.0.6

tripleo-heat-templates 7.0.52017-11-22T03:01:43Windows:

py -m pip install tripleo-heat-templates==7.0.5

Unix/macOs:

pip install tripleo-heat-templates==7.0.5

tripleo-heat-templates 7.0.42017-11-14T20:27:14Windows:

py -m pip install tripleo-heat-templates==7.0.4

Unix/macOs:

pip install tripleo-heat-templates==7.0.4

tripleo-heat-templates 7.0.32017-11-03T20:22:30Windows:

py -m pip install tripleo-heat-templates==7.0.3

Unix/macOs:

pip install tripleo-heat-templates==7.0.3

tripleo-heat-templates 7.0.22017-10-10T17:21:29Windows:

py -m pip install tripleo-heat-templates==7.0.2

Unix/macOs:

pip install tripleo-heat-templates==7.0.2

tripleo-heat-templates 7.0.12017-10-04T19:56:56Windows:

py -m pip install tripleo-heat-templates==7.0.1

Unix/macOs:

pip install tripleo-heat-templates==7.0.1

tripleo-heat-templates 7.0.02017-09-14T17:26:25Windows:

py -m pip install tripleo-heat-templates==7.0.0

Unix/macOs:

pip install tripleo-heat-templates==7.0.0

tripleo-heat-templates 6.2.162018-08-08T04:28:51Windows:

py -m pip install tripleo-heat-templates==6.2.16

Unix/macOs:

pip install tripleo-heat-templates==6.2.16

tripleo-heat-templates 6.2.152018-07-08T23:33:18Windows:

py -m pip install tripleo-heat-templates==6.2.15

Unix/macOs:

pip install tripleo-heat-templates==6.2.15

tripleo-heat-templates 6.2.142018-05-31T21:37:17Windows:

py -m pip install tripleo-heat-templates==6.2.14

Unix/macOs:

pip install tripleo-heat-templates==6.2.14

tripleo-heat-templates 6.2.132018-04-23T21:59:42Windows:

py -m pip install tripleo-heat-templates==6.2.13

Unix/macOs:

pip install tripleo-heat-templates==6.2.13

tripleo-heat-templates 6.2.122018-03-26T18:15:33Windows:

py -m pip install tripleo-heat-templates==6.2.12

Unix/macOs:

pip install tripleo-heat-templates==6.2.12

tripleo-heat-templates 6.2.112018-03-07T07:16:17Windows:

py -m pip install tripleo-heat-templates==6.2.11

Unix/macOs:

pip install tripleo-heat-templates==6.2.11

tripleo-heat-templates 6.2.102018-02-08T16:57:10Windows:

py -m pip install tripleo-heat-templates==6.2.10

Unix/macOs:

pip install tripleo-heat-templates==6.2.10

tripleo-heat-templates 6.2.92018-01-25T23:14:36Windows:

py -m pip install tripleo-heat-templates==6.2.9

Unix/macOs:

pip install tripleo-heat-templates==6.2.9

tripleo-heat-templates 6.2.82018-01-08T14:15:25Windows:

py -m pip install tripleo-heat-templates==6.2.8

Unix/macOs:

pip install tripleo-heat-templates==6.2.8

tripleo-heat-templates 6.2.72017-12-09T04:26:38Windows:

py -m pip install tripleo-heat-templates==6.2.7

Unix/macOs:

pip install tripleo-heat-templates==6.2.7

tripleo-heat-templates 6.2.62017-11-22T02:24:39Windows:

py -m pip install tripleo-heat-templates==6.2.6

Unix/macOs:

pip install tripleo-heat-templates==6.2.6

tripleo-heat-templates 6.2.52017-11-14T22:09:09Windows:

py -m pip install tripleo-heat-templates==6.2.5

Unix/macOs:

pip install tripleo-heat-templates==6.2.5

tripleo-heat-templates 6.2.42017-11-03T20:20:21Windows:

py -m pip install tripleo-heat-templates==6.2.4

Unix/macOs:

pip install tripleo-heat-templates==6.2.4

tripleo-heat-templates 6.2.32017-10-10T17:19:25Windows:

py -m pip install tripleo-heat-templates==6.2.3

Unix/macOs:

pip install tripleo-heat-templates==6.2.3

tripleo-heat-templates 6.2.22017-10-05T14:45:57Windows:

py -m pip install tripleo-heat-templates==6.2.2

Unix/macOs:

pip install tripleo-heat-templates==6.2.2

tripleo-heat-templates 6.2.12017-09-05T16:22:05Windows:

py -m pip install tripleo-heat-templates==6.2.1

Unix/macOs:

pip install tripleo-heat-templates==6.2.1

tripleo-heat-templates 6.2.02017-07-20T00:31:16Windows:

py -m pip install tripleo-heat-templates==6.2.0

Unix/macOs:

pip install tripleo-heat-templates==6.2.0

tripleo-heat-templates 6.1.02017-04-28T01:08:12Windows:

py -m pip install tripleo-heat-templates==6.1.0

Unix/macOs:

pip install tripleo-heat-templates==6.1.0

tripleo-heat-templates 6.0.02017-03-08T12:25:46Windows:

py -m pip install tripleo-heat-templates==6.0.0

Unix/macOs:

pip install tripleo-heat-templates==6.0.0

tripleo-heat-templates 5.3.132018-06-14T14:01:26Windows:

py -m pip install tripleo-heat-templates==5.3.13

Unix/macOs:

pip install tripleo-heat-templates==5.3.13

tripleo-heat-templates 5.3.122018-04-23T22:00:11Windows:

py -m pip install tripleo-heat-templates==5.3.12

Unix/macOs:

pip install tripleo-heat-templates==5.3.12

tripleo-heat-templates 5.3.112018-03-26T18:24:41Windows:

py -m pip install tripleo-heat-templates==5.3.11

Unix/macOs:

pip install tripleo-heat-templates==5.3.11

tripleo-heat-templates 5.3.102018-03-08T18:02:16Windows:

py -m pip install tripleo-heat-templates==5.3.10

Unix/macOs:

pip install tripleo-heat-templates==5.3.10

tripleo-heat-templates 5.3.92018-01-23T23:08:44Windows:

py -m pip install tripleo-heat-templates==5.3.9

Unix/macOs:

pip install tripleo-heat-templates==5.3.9

tripleo-heat-templates 5.3.82018-01-08T14:14:05Windows:

py -m pip install tripleo-heat-templates==5.3.8

Unix/macOs:

pip install tripleo-heat-templates==5.3.8

tripleo-heat-templates 5.3.72017-12-09T04:23:20Windows:

py -m pip install tripleo-heat-templates==5.3.7

Unix/macOs:

pip install tripleo-heat-templates==5.3.7

tripleo-heat-templates 5.3.62017-11-22T02:30:47Windows:

py -m pip install tripleo-heat-templates==5.3.6

Unix/macOs:

pip install tripleo-heat-templates==5.3.6

tripleo-heat-templates 5.3.52017-11-14T20:02:54Windows:

py -m pip install tripleo-heat-templates==5.3.5

Unix/macOs:

pip install tripleo-heat-templates==5.3.5

tripleo-heat-templates 5.3.42017-11-03T20:16:52Windows:

py -m pip install tripleo-heat-templates==5.3.4

Unix/macOs:

pip install tripleo-heat-templates==5.3.4

tripleo-heat-templates 5.3.32017-10-11T13:44:01Windows:

py -m pip install tripleo-heat-templates==5.3.3

Unix/macOs:

pip install tripleo-heat-templates==5.3.3

tripleo-heat-templates 5.3.22017-10-05T14:45:39Windows:

py -m pip install tripleo-heat-templates==5.3.2

Unix/macOs:

pip install tripleo-heat-templates==5.3.2

tripleo-heat-templates 5.3.12017-09-04T18:47:23Windows:

py -m pip install tripleo-heat-templates==5.3.1

Unix/macOs:

pip install tripleo-heat-templates==5.3.1

tripleo-heat-templates 5.3.02017-04-27T23:24:45Windows:

py -m pip install tripleo-heat-templates==5.3.0

Unix/macOs:

pip install tripleo-heat-templates==5.3.0

tripleo-heat-templates 5.2.02017-01-03T00:16:30Windows:

py -m pip install tripleo-heat-templates==5.2.0

Unix/macOs:

pip install tripleo-heat-templates==5.2.0

tripleo-heat-templates 5.1.02016-11-15T04:32:25Windows:

py -m pip install tripleo-heat-templates==5.1.0

Unix/macOs:

pip install tripleo-heat-templates==5.1.0

tripleo-heat-templates 5.0.02016-10-20T18:29:54Windows:

py -m pip install tripleo-heat-templates==5.0.0

Unix/macOs:

pip install tripleo-heat-templates==5.0.0

tripleo-heat-templates 2.2.02017-04-26T22:55:04Windows:

py -m pip install tripleo-heat-templates==2.2.0

Unix/macOs:

pip install tripleo-heat-templates==2.2.0

tripleo-heat-templates 2.1.02016-08-30T17:48:17Windows:

py -m pip install tripleo-heat-templates==2.1.0

Unix/macOs:

pip install tripleo-heat-templates==2.1.0

tripleo-heat-templates 2.0.02016-03-28T17:01:31Windows:

py -m pip install tripleo-heat-templates==2.0.0

Unix/macOs:

pip install tripleo-heat-templates==2.0.0

tripleo-heat-templates 0.8.142016-03-28T15:45:31Windows:

py -m pip install tripleo-heat-templates==0.8.14

Unix/macOs:

pip install tripleo-heat-templates==0.8.14

tripleo-heat-templates 0.8.132016-03-23T18:18:18Windows:

py -m pip install tripleo-heat-templates==0.8.13

Unix/macOs:

pip install tripleo-heat-templates==0.8.13

tripleo-heat-templates 0.8.122016-03-17T00:00:14Windows:

py -m pip install tripleo-heat-templates==0.8.12

Unix/macOs:

pip install tripleo-heat-templates==0.8.12

tripleo-heat-templates 0.8.112016-03-15T16:45:11Windows:

py -m pip install tripleo-heat-templates==0.8.11

Unix/macOs:

pip install tripleo-heat-templates==0.8.11

tripleo-heat-templates 0.8.102016-03-08T19:48:13Windows:

py -m pip install tripleo-heat-templates==0.8.10

Unix/macOs:

pip install tripleo-heat-templates==0.8.10

tripleo-heat-templates 0.8.92016-03-01T18:14:14Windows:

py -m pip install tripleo-heat-templates==0.8.9

Unix/macOs:

pip install tripleo-heat-templates==0.8.9

tripleo-heat-templates 0.8.82016-02-24T18:51:08Windows:

py -m pip install tripleo-heat-templates==0.8.8

Unix/macOs:

pip install tripleo-heat-templates==0.8.8

tripleo-heat-templates 0.8.72016-01-07T16:17:10Windows:

py -m pip install tripleo-heat-templates==0.8.7

Unix/macOs:

pip install tripleo-heat-templates==0.8.7

tripleo-heat-templates 0.8.62015-06-04T13:39:53Windows:

py -m pip install tripleo-heat-templates==0.8.6

Unix/macOs:

pip install tripleo-heat-templates==0.8.6

tripleo-heat-templates 0.8.52015-05-11T19:10:46Windows:

py -m pip install tripleo-heat-templates==0.8.5

Unix/macOs:

pip install tripleo-heat-templates==0.8.5

tripleo-heat-templates 0.8.42015-04-09T19:42:34Windows:

py -m pip install tripleo-heat-templates==0.8.4

Unix/macOs:

pip install tripleo-heat-templates==0.8.4

tripleo-heat-templates 0.8.32015-03-16T13:49:24Windows:

py -m pip install tripleo-heat-templates==0.8.3

Unix/macOs:

pip install tripleo-heat-templates==0.8.3

tripleo-heat-templates 0.8.22015-02-04T07:53:56Windows:

py -m pip install tripleo-heat-templates==0.8.2

Unix/macOs:

pip install tripleo-heat-templates==0.8.2

tripleo-heat-templates 0.8.12015-01-21T21:50:26Windows:

py -m pip install tripleo-heat-templates==0.8.1

Unix/macOs:

pip install tripleo-heat-templates==0.8.1

tripleo-heat-templates 0.8.02014-12-11T21:31:33Windows:

py -m pip install tripleo-heat-templates==0.8.0

Unix/macOs:

pip install tripleo-heat-templates==0.8.0

tripleo-heat-templates 0.7.92014-10-09T19:06:24Windows:

py -m pip install tripleo-heat-templates==0.7.9

Unix/macOs:

pip install tripleo-heat-templates==0.7.9

tripleo-heat-templates 0.7.82014-10-01T11:43:21Windows:

py -m pip install tripleo-heat-templates==0.7.8

Unix/macOs:

pip install tripleo-heat-templates==0.7.8

tripleo-heat-templates 0.7.72014-09-17T14:34:47Windows:

py -m pip install tripleo-heat-templates==0.7.7

Unix/macOs:

pip install tripleo-heat-templates==0.7.7

tripleo-heat-templates 0.7.62014-09-12T13:28:33Windows:

py -m pip install tripleo-heat-templates==0.7.6

Unix/macOs:

pip install tripleo-heat-templates==0.7.6

tripleo-heat-templates 0.7.52014-09-04T08:36:50Windows:

py -m pip install tripleo-heat-templates==0.7.5

Unix/macOs:

pip install tripleo-heat-templates==0.7.5

tripleo-heat-templates 0.7.42014-08-27T15:00:35Windows:

py -m pip install tripleo-heat-templates==0.7.4

Unix/macOs:

pip install tripleo-heat-templates==0.7.4

tripleo-heat-templates 0.7.32014-08-15T18:16:19Windows:

py -m pip install tripleo-heat-templates==0.7.3

Unix/macOs:

pip install tripleo-heat-templates==0.7.3

tripleo-heat-templates 0.7.22014-08-06T14:43:45Windows:

py -m pip install tripleo-heat-templates==0.7.2

Unix/macOs:

pip install tripleo-heat-templates==0.7.2

tripleo-heat-templates 0.7.12014-07-31T20:17:31Windows:

py -m pip install tripleo-heat-templates==0.7.1

Unix/macOs:

pip install tripleo-heat-templates==0.7.1

tripleo-heat-templates 0.7.02014-07-11T14:23:55Windows:

py -m pip install tripleo-heat-templates==0.7.0

Unix/macOs:

pip install tripleo-heat-templates==0.7.0

tripleo-heat-templates 0.6.42014-07-03T17:41:02Windows:

py -m pip install tripleo-heat-templates==0.6.4

Unix/macOs:

pip install tripleo-heat-templates==0.6.4

tripleo-heat-templates 0.6.32014-06-26T15:16:53Windows:

py -m pip install tripleo-heat-templates==0.6.3

Unix/macOs:

pip install tripleo-heat-templates==0.6.3

tripleo-heat-templates 0.6.22014-06-23T18:31:30Windows:

py -m pip install tripleo-heat-templates==0.6.2

Unix/macOs:

pip install tripleo-heat-templates==0.6.2

tripleo-heat-templates 0.6.12014-06-13T13:58:29Windows:

py -m pip install tripleo-heat-templates==0.6.1

Unix/macOs:

pip install tripleo-heat-templates==0.6.1

tripleo-heat-templates 0.6.02014-06-06T14:58:00Windows:

py -m pip install tripleo-heat-templates==0.6.0

Unix/macOs:

pip install tripleo-heat-templates==0.6.0

tripleo-heat-templates 0.5.62014-06-02T14:52:19Windows:

py -m pip install tripleo-heat-templates==0.5.6

Unix/macOs:

pip install tripleo-heat-templates==0.5.6


Step 4: Otherwise, you can install tripleo-heat-templates from local archives:

Download the distribution file from tripleo-heat-templates-16.0.0.tar.gz or the specific tripleo-heat-templates version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_tripleo-heat-templates_downloaded_file>

On Unix/macOs:

pip install <path_to_tripleo-heat-templates_downloaded_file>


List distribution:


Project link:

- Homepage