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

How to install thermosteam via python pip




thermosteam - BioSTEAM's Premier Thermodynamic Engine, it belongs to Classifiers:

- Environment :: Console
- Intended Audience :: Education
- Intended Audience :: Manufacturing
- Intended Audience :: Science/Research
- License :: OSI Approved :: University of Illinois/NCSA Open Source License
- Operating System :: MacOS
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX :: BSD
- Operating System :: POSIX :: Linux
- Operating System :: Unix
- Programming Language :: Python :: Implementation :: CPython
- Topic :: Education
- Topic :: Scientific/Engineering :: Chemistry
- Topic :: Scientific/Engineering :: Mathematics

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



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_thermosteam_env

- Active the virtual environment

test_thermosteam_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_thermosteam_env

- Active the virtual environment

source test_thermosteam_env/bin/active


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

To install thermosteam on Windows(CMD):

py -m pip install thermosteam

To install thermosteam on Unix/macOs:

pip install thermosteam


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

Example:

pip install thermosteam==0.1


Please see the version list below table:

VersionReleased dateCommand
thermosteam 0.28.142022-08-15T16:47:09Windows:

py -m pip install thermosteam==0.28.14

Unix/macOs:

pip install thermosteam==0.28.14

thermosteam 0.28.132022-08-06T23:12:12Windows:

py -m pip install thermosteam==0.28.13

Unix/macOs:

pip install thermosteam==0.28.13

thermosteam 0.28.122022-07-04T20:21:15Windows:

py -m pip install thermosteam==0.28.12

Unix/macOs:

pip install thermosteam==0.28.12

thermosteam 0.28.112022-07-04T20:07:42Windows:

py -m pip install thermosteam==0.28.11

Unix/macOs:

pip install thermosteam==0.28.11

thermosteam 0.28.102022-07-04T19:30:48Windows:

py -m pip install thermosteam==0.28.10

Unix/macOs:

pip install thermosteam==0.28.10

thermosteam 0.28.92022-06-25T23:45:49Windows:

py -m pip install thermosteam==0.28.9

Unix/macOs:

pip install thermosteam==0.28.9

thermosteam 0.28.82022-05-16T20:11:40Windows:

py -m pip install thermosteam==0.28.8

Unix/macOs:

pip install thermosteam==0.28.8

thermosteam 0.28.72022-03-31T18:48:51Windows:

py -m pip install thermosteam==0.28.7

Unix/macOs:

pip install thermosteam==0.28.7

thermosteam 0.28.62022-03-31T17:35:28Windows:

py -m pip install thermosteam==0.28.6

Unix/macOs:

pip install thermosteam==0.28.6

thermosteam 0.28.52022-03-19T18:25:20Windows:

py -m pip install thermosteam==0.28.5

Unix/macOs:

pip install thermosteam==0.28.5

thermosteam 0.28.42022-03-02T22:52:38Windows:

py -m pip install thermosteam==0.28.4

Unix/macOs:

pip install thermosteam==0.28.4

thermosteam 0.28.32022-02-25T22:09:19Windows:

py -m pip install thermosteam==0.28.3

Unix/macOs:

pip install thermosteam==0.28.3

thermosteam 0.28.22022-02-25T21:47:33Windows:

py -m pip install thermosteam==0.28.2

Unix/macOs:

pip install thermosteam==0.28.2

thermosteam 0.28.12022-02-25T19:32:48Windows:

py -m pip install thermosteam==0.28.1

Unix/macOs:

pip install thermosteam==0.28.1

thermosteam 0.28.02022-02-25T16:47:23Windows:

py -m pip install thermosteam==0.28.0

Unix/macOs:

pip install thermosteam==0.28.0

thermosteam 0.27.212022-02-25T05:24:36Windows:

py -m pip install thermosteam==0.27.21

Unix/macOs:

pip install thermosteam==0.27.21

thermosteam 0.27.202022-02-22T18:00:12Windows:

py -m pip install thermosteam==0.27.20

Unix/macOs:

pip install thermosteam==0.27.20

thermosteam 0.27.192022-02-20T06:44:10Windows:

py -m pip install thermosteam==0.27.19

Unix/macOs:

pip install thermosteam==0.27.19

thermosteam 0.27.182022-01-21T01:02:41Windows:

py -m pip install thermosteam==0.27.18

Unix/macOs:

pip install thermosteam==0.27.18

thermosteam 0.27.172021-12-13T06:32:38Windows:

py -m pip install thermosteam==0.27.17

Unix/macOs:

pip install thermosteam==0.27.17

thermosteam 0.27.162021-12-06T09:12:02Windows:

py -m pip install thermosteam==0.27.16

Unix/macOs:

pip install thermosteam==0.27.16

thermosteam 0.27.152021-11-19T13:58:48Windows:

py -m pip install thermosteam==0.27.15

Unix/macOs:

pip install thermosteam==0.27.15

thermosteam 0.27.142021-11-18T12:11:55Windows:

py -m pip install thermosteam==0.27.14

Unix/macOs:

pip install thermosteam==0.27.14

thermosteam 0.27.132021-11-15T07:52:59Windows:

py -m pip install thermosteam==0.27.13

Unix/macOs:

pip install thermosteam==0.27.13

thermosteam 0.27.122021-10-14T14:32:41Windows:

py -m pip install thermosteam==0.27.12

Unix/macOs:

pip install thermosteam==0.27.12

thermosteam 0.27.112021-10-09T14:52:19Windows:

py -m pip install thermosteam==0.27.11

Unix/macOs:

pip install thermosteam==0.27.11

thermosteam 0.27.102021-09-07T05:28:17Windows:

py -m pip install thermosteam==0.27.10

Unix/macOs:

pip install thermosteam==0.27.10

thermosteam 0.27.92021-09-02T11:17:52Windows:

py -m pip install thermosteam==0.27.9

Unix/macOs:

pip install thermosteam==0.27.9

thermosteam 0.27.82021-08-31T07:13:43Windows:

py -m pip install thermosteam==0.27.8

Unix/macOs:

pip install thermosteam==0.27.8

thermosteam 0.27.72021-08-26T08:00:19Windows:

py -m pip install thermosteam==0.27.7

Unix/macOs:

pip install thermosteam==0.27.7

thermosteam 0.27.62021-08-21T04:30:53Windows:

py -m pip install thermosteam==0.27.6

Unix/macOs:

pip install thermosteam==0.27.6

thermosteam 0.27.42021-08-20T09:41:18Windows:

py -m pip install thermosteam==0.27.4

Unix/macOs:

pip install thermosteam==0.27.4

thermosteam 0.27.32021-08-17T11:27:07Windows:

py -m pip install thermosteam==0.27.3

Unix/macOs:

pip install thermosteam==0.27.3

thermosteam 0.27.22021-08-01T03:50:58Windows:

py -m pip install thermosteam==0.27.2

Unix/macOs:

pip install thermosteam==0.27.2

thermosteam 0.27.12021-08-01T03:50:00Windows:

py -m pip install thermosteam==0.27.1

Unix/macOs:

pip install thermosteam==0.27.1

thermosteam 0.27.02021-08-01T03:34:48Windows:

py -m pip install thermosteam==0.27.0

Unix/macOs:

pip install thermosteam==0.27.0

thermosteam 0.26.02021-07-06T10:30:56Windows:

py -m pip install thermosteam==0.26.0

Unix/macOs:

pip install thermosteam==0.26.0

thermosteam 0.25.92021-06-18T10:52:42Windows:

py -m pip install thermosteam==0.25.9

Unix/macOs:

pip install thermosteam==0.25.9

thermosteam 0.25.82021-06-08T08:11:02Windows:

py -m pip install thermosteam==0.25.8

Unix/macOs:

pip install thermosteam==0.25.8

thermosteam 0.25.72021-05-23T05:21:29Windows:

py -m pip install thermosteam==0.25.7

Unix/macOs:

pip install thermosteam==0.25.7

thermosteam 0.25.62021-05-14T02:58:54Windows:

py -m pip install thermosteam==0.25.6

Unix/macOs:

pip install thermosteam==0.25.6

thermosteam 0.25.52021-05-03T16:20:30Windows:

py -m pip install thermosteam==0.25.5

Unix/macOs:

pip install thermosteam==0.25.5

thermosteam 0.25.42021-05-01T09:23:59Windows:

py -m pip install thermosteam==0.25.4

Unix/macOs:

pip install thermosteam==0.25.4

thermosteam 0.25.32021-04-30T12:29:07Windows:

py -m pip install thermosteam==0.25.3

Unix/macOs:

pip install thermosteam==0.25.3

thermosteam 0.25.22021-04-30T10:23:24Windows:

py -m pip install thermosteam==0.25.2

Unix/macOs:

pip install thermosteam==0.25.2

thermosteam 0.25.12021-04-30T07:32:24Windows:

py -m pip install thermosteam==0.25.1

Unix/macOs:

pip install thermosteam==0.25.1

thermosteam 0.24.102021-04-08T11:14:15Windows:

py -m pip install thermosteam==0.24.10

Unix/macOs:

pip install thermosteam==0.24.10

thermosteam 0.24.92021-04-04T09:53:21Windows:

py -m pip install thermosteam==0.24.9

Unix/macOs:

pip install thermosteam==0.24.9

thermosteam 0.24.82021-04-02T05:21:42Windows:

py -m pip install thermosteam==0.24.8

Unix/macOs:

pip install thermosteam==0.24.8

thermosteam 0.24.72021-03-25T10:41:04Windows:

py -m pip install thermosteam==0.24.7

Unix/macOs:

pip install thermosteam==0.24.7

thermosteam 0.24.62021-03-03T08:46:27Windows:

py -m pip install thermosteam==0.24.6

Unix/macOs:

pip install thermosteam==0.24.6

thermosteam 0.24.52021-03-01T03:55:09Windows:

py -m pip install thermosteam==0.24.5

Unix/macOs:

pip install thermosteam==0.24.5

thermosteam 0.24.42021-03-01T03:19:59Windows:

py -m pip install thermosteam==0.24.4

Unix/macOs:

pip install thermosteam==0.24.4

thermosteam 0.24.32021-02-27T19:45:52Windows:

py -m pip install thermosteam==0.24.3

Unix/macOs:

pip install thermosteam==0.24.3

thermosteam 0.24.22021-02-26T02:16:30Windows:

py -m pip install thermosteam==0.24.2

Unix/macOs:

pip install thermosteam==0.24.2

thermosteam 0.24.12021-02-15T06:21:50Windows:

py -m pip install thermosteam==0.24.1

Unix/macOs:

pip install thermosteam==0.24.1

thermosteam 0.24.02021-02-10T21:57:12Windows:

py -m pip install thermosteam==0.24.0

Unix/macOs:

pip install thermosteam==0.24.0

thermosteam 0.23.132021-02-03T05:32:38Windows:

py -m pip install thermosteam==0.23.13

Unix/macOs:

pip install thermosteam==0.23.13

thermosteam 0.23.122021-01-30T08:21:02Windows:

py -m pip install thermosteam==0.23.12

Unix/macOs:

pip install thermosteam==0.23.12

thermosteam 0.23.112021-01-28T07:09:04Windows:

py -m pip install thermosteam==0.23.11

Unix/macOs:

pip install thermosteam==0.23.11

thermosteam 0.23.102021-01-25T17:26:26Windows:

py -m pip install thermosteam==0.23.10

Unix/macOs:

pip install thermosteam==0.23.10

thermosteam 0.23.92021-01-21T19:59:08Windows:

py -m pip install thermosteam==0.23.9

Unix/macOs:

pip install thermosteam==0.23.9

thermosteam 0.23.82021-01-16T05:49:37Windows:

py -m pip install thermosteam==0.23.8

Unix/macOs:

pip install thermosteam==0.23.8

thermosteam 0.23.72021-01-11T18:35:31Windows:

py -m pip install thermosteam==0.23.7

Unix/macOs:

pip install thermosteam==0.23.7

thermosteam 0.23.62021-01-11T18:20:57Windows:

py -m pip install thermosteam==0.23.6

Unix/macOs:

pip install thermosteam==0.23.6

thermosteam 0.23.52021-01-08T06:48:07Windows:

py -m pip install thermosteam==0.23.5

Unix/macOs:

pip install thermosteam==0.23.5

thermosteam 0.23.42021-01-08T05:57:30Windows:

py -m pip install thermosteam==0.23.4

Unix/macOs:

pip install thermosteam==0.23.4

thermosteam 0.23.32021-01-06T05:04:21Windows:

py -m pip install thermosteam==0.23.3

Unix/macOs:

pip install thermosteam==0.23.3

thermosteam 0.23.22021-01-03T18:31:40Windows:

py -m pip install thermosteam==0.23.2

Unix/macOs:

pip install thermosteam==0.23.2

thermosteam 0.23.12021-01-02T19:31:13Windows:

py -m pip install thermosteam==0.23.1

Unix/macOs:

pip install thermosteam==0.23.1

thermosteam 0.22.92020-12-28T17:51:19Windows:

py -m pip install thermosteam==0.22.9

Unix/macOs:

pip install thermosteam==0.22.9

thermosteam 0.22.82020-12-27T19:59:27Windows:

py -m pip install thermosteam==0.22.8

Unix/macOs:

pip install thermosteam==0.22.8

thermosteam 0.22.72020-12-25T21:44:11Windows:

py -m pip install thermosteam==0.22.7

Unix/macOs:

pip install thermosteam==0.22.7

thermosteam 0.22.62020-12-13T05:53:04Windows:

py -m pip install thermosteam==0.22.6

Unix/macOs:

pip install thermosteam==0.22.6

thermosteam 0.22.52020-11-28T02:16:32Windows:

py -m pip install thermosteam==0.22.5

Unix/macOs:

pip install thermosteam==0.22.5

thermosteam 0.22.42020-11-24T02:36:47Windows:

py -m pip install thermosteam==0.22.4

Unix/macOs:

pip install thermosteam==0.22.4

thermosteam 0.22.32020-11-23T04:41:24Windows:

py -m pip install thermosteam==0.22.3

Unix/macOs:

pip install thermosteam==0.22.3

thermosteam 0.22.22020-11-21T05:08:16Windows:

py -m pip install thermosteam==0.22.2

Unix/macOs:

pip install thermosteam==0.22.2

thermosteam 0.22.12020-11-19T01:52:36Windows:

py -m pip install thermosteam==0.22.1

Unix/macOs:

pip install thermosteam==0.22.1

thermosteam 0.21.102020-11-17T20:19:29Windows:

py -m pip install thermosteam==0.21.10

Unix/macOs:

pip install thermosteam==0.21.10

thermosteam 0.21.92020-11-17T19:07:56Windows:

py -m pip install thermosteam==0.21.9

Unix/macOs:

pip install thermosteam==0.21.9

thermosteam 0.21.82020-11-17T18:40:35Windows:

py -m pip install thermosteam==0.21.8

Unix/macOs:

pip install thermosteam==0.21.8

thermosteam 0.21.72020-11-09T18:04:25Windows:

py -m pip install thermosteam==0.21.7

Unix/macOs:

pip install thermosteam==0.21.7

thermosteam 0.21.62020-11-03T21:35:50Windows:

py -m pip install thermosteam==0.21.6

Unix/macOs:

pip install thermosteam==0.21.6

thermosteam 0.21.52020-11-03T16:39:23Windows:

py -m pip install thermosteam==0.21.5

Unix/macOs:

pip install thermosteam==0.21.5

thermosteam 0.21.42020-11-03T16:09:35Windows:

py -m pip install thermosteam==0.21.4

Unix/macOs:

pip install thermosteam==0.21.4

thermosteam 0.21.32020-11-03T15:45:34Windows:

py -m pip install thermosteam==0.21.3

Unix/macOs:

pip install thermosteam==0.21.3

thermosteam 0.21.22020-11-03T15:43:23Windows:

py -m pip install thermosteam==0.21.2

Unix/macOs:

pip install thermosteam==0.21.2

thermosteam 0.21.12020-11-03T04:34:30Windows:

py -m pip install thermosteam==0.21.1

Unix/macOs:

pip install thermosteam==0.21.1

thermosteam 0.20.302020-10-29T01:05:15Windows:

py -m pip install thermosteam==0.20.30

Unix/macOs:

pip install thermosteam==0.20.30

thermosteam 0.20.292020-10-20T04:15:06Windows:

py -m pip install thermosteam==0.20.29

Unix/macOs:

pip install thermosteam==0.20.29

thermosteam 0.20.282020-10-05T17:46:04Windows:

py -m pip install thermosteam==0.20.28

Unix/macOs:

pip install thermosteam==0.20.28

thermosteam 0.20.272020-10-05T17:16:38Windows:

py -m pip install thermosteam==0.20.27

Unix/macOs:

pip install thermosteam==0.20.27

thermosteam 0.20.262020-09-14T16:57:44Windows:

py -m pip install thermosteam==0.20.26

Unix/macOs:

pip install thermosteam==0.20.26

thermosteam 0.20.242020-09-10T02:59:13Windows:

py -m pip install thermosteam==0.20.24

Unix/macOs:

pip install thermosteam==0.20.24

thermosteam 0.20.232020-09-09T20:45:05Windows:

py -m pip install thermosteam==0.20.23

Unix/macOs:

pip install thermosteam==0.20.23

thermosteam 0.20.212020-09-08T18:14:35Windows:

py -m pip install thermosteam==0.20.21

Unix/macOs:

pip install thermosteam==0.20.21

thermosteam 0.20.192020-09-07T19:32:54Windows:

py -m pip install thermosteam==0.20.19

Unix/macOs:

pip install thermosteam==0.20.19

thermosteam 0.20.182020-09-07T19:03:59Windows:

py -m pip install thermosteam==0.20.18

Unix/macOs:

pip install thermosteam==0.20.18

thermosteam 0.20.172020-09-07T09:29:03Windows:

py -m pip install thermosteam==0.20.17

Unix/macOs:

pip install thermosteam==0.20.17

thermosteam 0.20.162020-09-07T08:56:22Windows:

py -m pip install thermosteam==0.20.16

Unix/macOs:

pip install thermosteam==0.20.16

thermosteam 0.20.152020-09-07T07:47:48Windows:

py -m pip install thermosteam==0.20.15

Unix/macOs:

pip install thermosteam==0.20.15

thermosteam 0.20.142020-09-07T07:22:48Windows:

py -m pip install thermosteam==0.20.14

Unix/macOs:

pip install thermosteam==0.20.14

thermosteam 0.20.132020-09-07T07:19:41Windows:

py -m pip install thermosteam==0.20.13

Unix/macOs:

pip install thermosteam==0.20.13

thermosteam 0.20.122020-09-03T19:12:47Windows:

py -m pip install thermosteam==0.20.12

Unix/macOs:

pip install thermosteam==0.20.12

thermosteam 0.20.112020-08-19T21:13:28Windows:

py -m pip install thermosteam==0.20.11

Unix/macOs:

pip install thermosteam==0.20.11

thermosteam 0.20.102020-08-18T04:26:05Windows:

py -m pip install thermosteam==0.20.10

Unix/macOs:

pip install thermosteam==0.20.10

thermosteam 0.20.92020-07-25T04:31:15Windows:

py -m pip install thermosteam==0.20.9

Unix/macOs:

pip install thermosteam==0.20.9

thermosteam 0.20.82020-07-22T16:46:40Windows:

py -m pip install thermosteam==0.20.8

Unix/macOs:

pip install thermosteam==0.20.8

thermosteam 0.20.72020-07-19T16:13:05Windows:

py -m pip install thermosteam==0.20.7

Unix/macOs:

pip install thermosteam==0.20.7

thermosteam 0.20.62020-07-10T07:03:07Windows:

py -m pip install thermosteam==0.20.6

Unix/macOs:

pip install thermosteam==0.20.6

thermosteam 0.20.52020-07-08T18:05:09Windows:

py -m pip install thermosteam==0.20.5

Unix/macOs:

pip install thermosteam==0.20.5

thermosteam 0.20.42020-07-08T17:14:50Windows:

py -m pip install thermosteam==0.20.4

Unix/macOs:

pip install thermosteam==0.20.4

thermosteam 0.20.32020-07-08T16:43:36Windows:

py -m pip install thermosteam==0.20.3

Unix/macOs:

pip install thermosteam==0.20.3

thermosteam 0.20.22020-07-08T16:31:57Windows:

py -m pip install thermosteam==0.20.2

Unix/macOs:

pip install thermosteam==0.20.2

thermosteam 0.20.12020-07-08T03:43:49Windows:

py -m pip install thermosteam==0.20.1

Unix/macOs:

pip install thermosteam==0.20.1

thermosteam 0.19.242020-06-28T19:27:51Windows:

py -m pip install thermosteam==0.19.24

Unix/macOs:

pip install thermosteam==0.19.24

thermosteam 0.19.232020-06-27T05:13:16Windows:

py -m pip install thermosteam==0.19.23

Unix/macOs:

pip install thermosteam==0.19.23

thermosteam 0.19.222020-06-25T22:51:13Windows:

py -m pip install thermosteam==0.19.22

Unix/macOs:

pip install thermosteam==0.19.22

thermosteam 0.19.212020-06-24T17:50:31Windows:

py -m pip install thermosteam==0.19.21

Unix/macOs:

pip install thermosteam==0.19.21

thermosteam 0.19.202020-06-23T08:46:29Windows:

py -m pip install thermosteam==0.19.20

Unix/macOs:

pip install thermosteam==0.19.20

thermosteam 0.19.192020-06-23T07:28:55Windows:

py -m pip install thermosteam==0.19.19

Unix/macOs:

pip install thermosteam==0.19.19

thermosteam 0.19.182020-06-23T05:01:24Windows:

py -m pip install thermosteam==0.19.18

Unix/macOs:

pip install thermosteam==0.19.18

thermosteam 0.19.172020-06-23T02:29:34Windows:

py -m pip install thermosteam==0.19.17

Unix/macOs:

pip install thermosteam==0.19.17

thermosteam 0.19.162020-06-23T00:53:30Windows:

py -m pip install thermosteam==0.19.16

Unix/macOs:

pip install thermosteam==0.19.16

thermosteam 0.19.152020-06-23T00:47:53Windows:

py -m pip install thermosteam==0.19.15

Unix/macOs:

pip install thermosteam==0.19.15

thermosteam 0.19.142020-06-22T19:34:47Windows:

py -m pip install thermosteam==0.19.14

Unix/macOs:

pip install thermosteam==0.19.14

thermosteam 0.19.132020-06-22T18:49:05Windows:

py -m pip install thermosteam==0.19.13

Unix/macOs:

pip install thermosteam==0.19.13

thermosteam 0.19.122020-06-22T06:51:05Windows:

py -m pip install thermosteam==0.19.12

Unix/macOs:

pip install thermosteam==0.19.12

thermosteam 0.19.112020-06-21T20:19:44Windows:

py -m pip install thermosteam==0.19.11

Unix/macOs:

pip install thermosteam==0.19.11

thermosteam 0.19.102020-06-21T11:45:08Windows:

py -m pip install thermosteam==0.19.10

Unix/macOs:

pip install thermosteam==0.19.10

thermosteam 0.19.92020-06-16T19:47:08Windows:

py -m pip install thermosteam==0.19.9

Unix/macOs:

pip install thermosteam==0.19.9

thermosteam 0.19.82020-06-14T00:35:03Windows:

py -m pip install thermosteam==0.19.8

Unix/macOs:

pip install thermosteam==0.19.8

thermosteam 0.19.72020-06-13T18:36:22Windows:

py -m pip install thermosteam==0.19.7

Unix/macOs:

pip install thermosteam==0.19.7

thermosteam 0.19.62020-06-12T05:58:33Windows:

py -m pip install thermosteam==0.19.6

Unix/macOs:

pip install thermosteam==0.19.6

thermosteam 0.19.42020-06-12T02:50:04Windows:

py -m pip install thermosteam==0.19.4

Unix/macOs:

pip install thermosteam==0.19.4

thermosteam 0.19.32020-06-12T02:43:55Windows:

py -m pip install thermosteam==0.19.3

Unix/macOs:

pip install thermosteam==0.19.3

thermosteam 0.19.22020-06-09T07:01:47Windows:

py -m pip install thermosteam==0.19.2

Unix/macOs:

pip install thermosteam==0.19.2

thermosteam 0.19.12020-06-07T15:43:15Windows:

py -m pip install thermosteam==0.19.1

Unix/macOs:

pip install thermosteam==0.19.1

thermosteam 0.19.02020-06-06T20:30:52Windows:

py -m pip install thermosteam==0.19.0

Unix/macOs:

pip install thermosteam==0.19.0

thermosteam 0.18.02020-05-28T05:06:15Windows:

py -m pip install thermosteam==0.18.0

Unix/macOs:

pip install thermosteam==0.18.0

thermosteam 0.17.152020-05-12T20:05:44Windows:

py -m pip install thermosteam==0.17.15

Unix/macOs:

pip install thermosteam==0.17.15

thermosteam 0.17.142020-05-12T02:16:44Windows:

py -m pip install thermosteam==0.17.14

Unix/macOs:

pip install thermosteam==0.17.14

thermosteam 0.17.132020-05-12T02:09:53Windows:

py -m pip install thermosteam==0.17.13

Unix/macOs:

pip install thermosteam==0.17.13

thermosteam 0.17.122020-05-12T02:04:47Windows:

py -m pip install thermosteam==0.17.12

Unix/macOs:

pip install thermosteam==0.17.12

thermosteam 0.17.112020-05-12T01:25:24Windows:

py -m pip install thermosteam==0.17.11

Unix/macOs:

pip install thermosteam==0.17.11

thermosteam 0.17.102020-05-12T00:57:28Windows:

py -m pip install thermosteam==0.17.10

Unix/macOs:

pip install thermosteam==0.17.10

thermosteam 0.17.92020-05-12T00:53:32Windows:

py -m pip install thermosteam==0.17.9

Unix/macOs:

pip install thermosteam==0.17.9

thermosteam 0.17.82020-05-11T04:22:53Windows:

py -m pip install thermosteam==0.17.8

Unix/macOs:

pip install thermosteam==0.17.8

thermosteam 0.17.72020-05-10T16:42:25Windows:

py -m pip install thermosteam==0.17.7

Unix/macOs:

pip install thermosteam==0.17.7

thermosteam 0.17.62020-05-10T08:10:58Windows:

py -m pip install thermosteam==0.17.6

Unix/macOs:

pip install thermosteam==0.17.6

thermosteam 0.17.52020-05-10T03:47:00Windows:

py -m pip install thermosteam==0.17.5

Unix/macOs:

pip install thermosteam==0.17.5

thermosteam 0.17.32020-05-09T00:48:39Windows:

py -m pip install thermosteam==0.17.3

Unix/macOs:

pip install thermosteam==0.17.3

thermosteam 0.17.22020-05-08T20:03:05Windows:

py -m pip install thermosteam==0.17.2

Unix/macOs:

pip install thermosteam==0.17.2

thermosteam 0.17.12020-05-08T05:55:59Windows:

py -m pip install thermosteam==0.17.1

Unix/macOs:

pip install thermosteam==0.17.1

thermosteam 0.17.02020-05-08T05:40:58Windows:

py -m pip install thermosteam==0.17.0

Unix/macOs:

pip install thermosteam==0.17.0

thermosteam 0.16.82020-05-07T06:32:53Windows:

py -m pip install thermosteam==0.16.8

Unix/macOs:

pip install thermosteam==0.16.8

thermosteam 0.16.72020-05-06T04:20:26Windows:

py -m pip install thermosteam==0.16.7

Unix/macOs:

pip install thermosteam==0.16.7

thermosteam 0.16.62020-05-05T16:22:33Windows:

py -m pip install thermosteam==0.16.6

Unix/macOs:

pip install thermosteam==0.16.6

thermosteam 0.16.52020-05-05T03:49:38Windows:

py -m pip install thermosteam==0.16.5

Unix/macOs:

pip install thermosteam==0.16.5

thermosteam 0.16.42020-05-04T06:38:25Windows:

py -m pip install thermosteam==0.16.4

Unix/macOs:

pip install thermosteam==0.16.4

thermosteam 0.16.32020-05-04T06:06:25Windows:

py -m pip install thermosteam==0.16.3

Unix/macOs:

pip install thermosteam==0.16.3

thermosteam 0.16.22020-05-03T23:26:13Windows:

py -m pip install thermosteam==0.16.2

Unix/macOs:

pip install thermosteam==0.16.2

thermosteam 0.16.12020-05-02T01:58:22Windows:

py -m pip install thermosteam==0.16.1

Unix/macOs:

pip install thermosteam==0.16.1

thermosteam 0.16.02020-04-30T20:52:50Windows:

py -m pip install thermosteam==0.16.0

Unix/macOs:

pip install thermosteam==0.16.0

thermosteam 0.15.72020-04-29T18:43:53Windows:

py -m pip install thermosteam==0.15.7

Unix/macOs:

pip install thermosteam==0.15.7

thermosteam 0.15.62020-04-29T18:08:15Windows:

py -m pip install thermosteam==0.15.6

Unix/macOs:

pip install thermosteam==0.15.6

thermosteam 0.15.52020-04-29T17:45:15Windows:

py -m pip install thermosteam==0.15.5

Unix/macOs:

pip install thermosteam==0.15.5

thermosteam 0.15.42020-04-29T17:11:18Windows:

py -m pip install thermosteam==0.15.4

Unix/macOs:

pip install thermosteam==0.15.4

thermosteam 0.15.32020-04-29T05:52:56Windows:

py -m pip install thermosteam==0.15.3

Unix/macOs:

pip install thermosteam==0.15.3

thermosteam 0.15.22020-04-28T16:39:01Windows:

py -m pip install thermosteam==0.15.2

Unix/macOs:

pip install thermosteam==0.15.2

thermosteam 0.15.12020-04-28T05:15:56Windows:

py -m pip install thermosteam==0.15.1

Unix/macOs:

pip install thermosteam==0.15.1

thermosteam 0.15.02020-04-28T04:51:40Windows:

py -m pip install thermosteam==0.15.0

Unix/macOs:

pip install thermosteam==0.15.0

thermosteam 0.14.122020-04-27T23:05:00Windows:

py -m pip install thermosteam==0.14.12

Unix/macOs:

pip install thermosteam==0.14.12

thermosteam 0.14.112020-04-27T03:05:43Windows:

py -m pip install thermosteam==0.14.11

Unix/macOs:

pip install thermosteam==0.14.11

thermosteam 0.14.102020-04-26T02:41:23Windows:

py -m pip install thermosteam==0.14.10

Unix/macOs:

pip install thermosteam==0.14.10

thermosteam 0.14.92020-04-25T23:46:43Windows:

py -m pip install thermosteam==0.14.9

Unix/macOs:

pip install thermosteam==0.14.9

thermosteam 0.14.82020-04-25T20:48:45Windows:

py -m pip install thermosteam==0.14.8

Unix/macOs:

pip install thermosteam==0.14.8

thermosteam 0.14.72020-04-25T18:24:31Windows:

py -m pip install thermosteam==0.14.7

Unix/macOs:

pip install thermosteam==0.14.7

thermosteam 0.14.62020-04-25T04:44:26Windows:

py -m pip install thermosteam==0.14.6

Unix/macOs:

pip install thermosteam==0.14.6

thermosteam 0.14.52020-04-24T19:49:56Windows:

py -m pip install thermosteam==0.14.5

Unix/macOs:

pip install thermosteam==0.14.5

thermosteam 0.14.42020-04-24T19:19:25Windows:

py -m pip install thermosteam==0.14.4

Unix/macOs:

pip install thermosteam==0.14.4

thermosteam 0.14.22020-04-24T19:14:19Windows:

py -m pip install thermosteam==0.14.2

Unix/macOs:

pip install thermosteam==0.14.2

thermosteam 0.14.12020-04-24T18:10:38Windows:

py -m pip install thermosteam==0.14.1

Unix/macOs:

pip install thermosteam==0.14.1

thermosteam 0.14.02020-04-24T17:53:00Windows:

py -m pip install thermosteam==0.14.0

Unix/macOs:

pip install thermosteam==0.14.0

thermosteam 0.13.72020-04-24T17:06:55Windows:

py -m pip install thermosteam==0.13.7

Unix/macOs:

pip install thermosteam==0.13.7

thermosteam 0.13.62020-04-24T16:43:12Windows:

py -m pip install thermosteam==0.13.6

Unix/macOs:

pip install thermosteam==0.13.6

thermosteam 0.13.52020-04-24T16:36:53Windows:

py -m pip install thermosteam==0.13.5

Unix/macOs:

pip install thermosteam==0.13.5

thermosteam 0.13.42020-04-24T16:02:19Windows:

py -m pip install thermosteam==0.13.4

Unix/macOs:

pip install thermosteam==0.13.4

thermosteam 0.13.32020-04-24T15:04:56Windows:

py -m pip install thermosteam==0.13.3

Unix/macOs:

pip install thermosteam==0.13.3

thermosteam 0.13.22020-04-24T02:34:18Windows:

py -m pip install thermosteam==0.13.2

Unix/macOs:

pip install thermosteam==0.13.2

thermosteam 0.13.12020-04-24T02:09:12Windows:

py -m pip install thermosteam==0.13.1

Unix/macOs:

pip install thermosteam==0.13.1

thermosteam 0.13.02020-04-24T00:23:27Windows:

py -m pip install thermosteam==0.13.0

Unix/macOs:

pip install thermosteam==0.13.0

thermosteam 0.12.172020-04-21T00:52:03Windows:

py -m pip install thermosteam==0.12.17

Unix/macOs:

pip install thermosteam==0.12.17

thermosteam 0.12.162020-04-19T18:10:31Windows:

py -m pip install thermosteam==0.12.16

Unix/macOs:

pip install thermosteam==0.12.16

thermosteam 0.12.152020-04-19T01:33:39Windows:

py -m pip install thermosteam==0.12.15

Unix/macOs:

pip install thermosteam==0.12.15

thermosteam 0.12.142020-04-19T00:43:59Windows:

py -m pip install thermosteam==0.12.14

Unix/macOs:

pip install thermosteam==0.12.14

thermosteam 0.12.132020-04-19T00:32:00Windows:

py -m pip install thermosteam==0.12.13

Unix/macOs:

pip install thermosteam==0.12.13

thermosteam 0.12.122020-04-18T22:07:18Windows:

py -m pip install thermosteam==0.12.12

Unix/macOs:

pip install thermosteam==0.12.12

thermosteam 0.12.112020-04-18T22:04:37Windows:

py -m pip install thermosteam==0.12.11

Unix/macOs:

pip install thermosteam==0.12.11

thermosteam 0.12.102020-04-18T21:59:57Windows:

py -m pip install thermosteam==0.12.10

Unix/macOs:

pip install thermosteam==0.12.10

thermosteam 0.12.92020-04-18T21:50:32Windows:

py -m pip install thermosteam==0.12.9

Unix/macOs:

pip install thermosteam==0.12.9

thermosteam 0.12.82020-04-18T03:49:31Windows:

py -m pip install thermosteam==0.12.8

Unix/macOs:

pip install thermosteam==0.12.8

thermosteam 0.12.72020-04-18T00:49:29Windows:

py -m pip install thermosteam==0.12.7

Unix/macOs:

pip install thermosteam==0.12.7

thermosteam 0.12.62020-04-17T21:53:55Windows:

py -m pip install thermosteam==0.12.6

Unix/macOs:

pip install thermosteam==0.12.6

thermosteam 0.12.52020-04-16T20:59:31Windows:

py -m pip install thermosteam==0.12.5

Unix/macOs:

pip install thermosteam==0.12.5

thermosteam 0.12.42020-04-15T05:03:49Windows:

py -m pip install thermosteam==0.12.4

Unix/macOs:

pip install thermosteam==0.12.4

thermosteam 0.12.32020-04-14T20:55:26Windows:

py -m pip install thermosteam==0.12.3

Unix/macOs:

pip install thermosteam==0.12.3

thermosteam 0.12.22020-04-14T02:29:29Windows:

py -m pip install thermosteam==0.12.2

Unix/macOs:

pip install thermosteam==0.12.2

thermosteam 0.12.12020-04-13T16:12:12Windows:

py -m pip install thermosteam==0.12.1

Unix/macOs:

pip install thermosteam==0.12.1

thermosteam 0.12.02020-04-13T05:16:02Windows:

py -m pip install thermosteam==0.12.0

Unix/macOs:

pip install thermosteam==0.12.0

thermosteam 0.11.62020-04-12T22:18:13Windows:

py -m pip install thermosteam==0.11.6

Unix/macOs:

pip install thermosteam==0.11.6

thermosteam 0.11.52020-04-12T22:09:28Windows:

py -m pip install thermosteam==0.11.5

Unix/macOs:

pip install thermosteam==0.11.5

thermosteam 0.11.42020-04-11T23:05:21Windows:

py -m pip install thermosteam==0.11.4

Unix/macOs:

pip install thermosteam==0.11.4

thermosteam 0.11.32020-04-10T19:14:06Windows:

py -m pip install thermosteam==0.11.3

Unix/macOs:

pip install thermosteam==0.11.3

thermosteam 0.11.22020-04-10T14:02:43Windows:

py -m pip install thermosteam==0.11.2

Unix/macOs:

pip install thermosteam==0.11.2

thermosteam 0.11.12020-04-10T02:14:40Windows:

py -m pip install thermosteam==0.11.1

Unix/macOs:

pip install thermosteam==0.11.1

thermosteam 0.11.02020-04-09T23:38:50Windows:

py -m pip install thermosteam==0.11.0

Unix/macOs:

pip install thermosteam==0.11.0

thermosteam 0.10.22020-04-08T21:19:31Windows:

py -m pip install thermosteam==0.10.2

Unix/macOs:

pip install thermosteam==0.10.2

thermosteam 0.10.12020-04-07T15:01:50Windows:

py -m pip install thermosteam==0.10.1

Unix/macOs:

pip install thermosteam==0.10.1

thermosteam 0.10.02020-04-06T22:14:44Windows:

py -m pip install thermosteam==0.10.0

Unix/macOs:

pip install thermosteam==0.10.0

thermosteam 0.9.02020-04-03T06:46:53Windows:

py -m pip install thermosteam==0.9.0

Unix/macOs:

pip install thermosteam==0.9.0

thermosteam 0.8.32020-03-31T20:39:00Windows:

py -m pip install thermosteam==0.8.3

Unix/macOs:

pip install thermosteam==0.8.3

thermosteam 0.8.22020-03-31T19:24:17Windows:

py -m pip install thermosteam==0.8.2

Unix/macOs:

pip install thermosteam==0.8.2

thermosteam 0.8.12020-03-31T19:05:12Windows:

py -m pip install thermosteam==0.8.1

Unix/macOs:

pip install thermosteam==0.8.1

thermosteam 0.8.02020-03-31T17:07:51Windows:

py -m pip install thermosteam==0.8.0

Unix/macOs:

pip install thermosteam==0.8.0

thermosteam 0.7.22020-03-28T14:03:14Windows:

py -m pip install thermosteam==0.7.2

Unix/macOs:

pip install thermosteam==0.7.2

thermosteam 0.7.12020-03-27T14:27:20Windows:

py -m pip install thermosteam==0.7.1

Unix/macOs:

pip install thermosteam==0.7.1

thermosteam 0.7.02020-03-27T04:24:27Windows:

py -m pip install thermosteam==0.7.0

Unix/macOs:

pip install thermosteam==0.7.0

thermosteam 0.6.92020-03-25T22:46:22Windows:

py -m pip install thermosteam==0.6.9

Unix/macOs:

pip install thermosteam==0.6.9

thermosteam 0.6.82020-03-24T08:45:59Windows:

py -m pip install thermosteam==0.6.8

Unix/macOs:

pip install thermosteam==0.6.8

thermosteam 0.6.72020-03-24T08:14:26Windows:

py -m pip install thermosteam==0.6.7

Unix/macOs:

pip install thermosteam==0.6.7

thermosteam 0.6.62020-03-23T15:08:44Windows:

py -m pip install thermosteam==0.6.6

Unix/macOs:

pip install thermosteam==0.6.6

thermosteam 0.6.52020-03-23T08:26:39Windows:

py -m pip install thermosteam==0.6.5

Unix/macOs:

pip install thermosteam==0.6.5

thermosteam 0.6.42020-03-23T06:07:55Windows:

py -m pip install thermosteam==0.6.4

Unix/macOs:

pip install thermosteam==0.6.4

thermosteam 0.6.32020-03-23T06:01:06Windows:

py -m pip install thermosteam==0.6.3

Unix/macOs:

pip install thermosteam==0.6.3

thermosteam 0.6.22020-03-23T05:49:30Windows:

py -m pip install thermosteam==0.6.2

Unix/macOs:

pip install thermosteam==0.6.2

thermosteam 0.6.12020-03-22T14:37:14Windows:

py -m pip install thermosteam==0.6.1

Unix/macOs:

pip install thermosteam==0.6.1

thermosteam 0.6.02020-03-22T08:15:49Windows:

py -m pip install thermosteam==0.6.0

Unix/macOs:

pip install thermosteam==0.6.0

thermosteam 0.5.02020-03-17T07:21:14Windows:

py -m pip install thermosteam==0.5.0

Unix/macOs:

pip install thermosteam==0.5.0

thermosteam 0.4.12020-03-10T12:39:37Windows:

py -m pip install thermosteam==0.4.1

Unix/macOs:

pip install thermosteam==0.4.1

thermosteam 0.4.02020-03-09T17:48:42Windows:

py -m pip install thermosteam==0.4.0

Unix/macOs:

pip install thermosteam==0.4.0

thermosteam 0.3.72020-03-09T17:39:13Windows:

py -m pip install thermosteam==0.3.7

Unix/macOs:

pip install thermosteam==0.3.7

thermosteam 0.3.62020-03-09T17:00:22Windows:

py -m pip install thermosteam==0.3.6

Unix/macOs:

pip install thermosteam==0.3.6

thermosteam 0.3.52020-03-09T12:42:16Windows:

py -m pip install thermosteam==0.3.5

Unix/macOs:

pip install thermosteam==0.3.5

thermosteam 0.3.42020-03-08T06:23:10Windows:

py -m pip install thermosteam==0.3.4

Unix/macOs:

pip install thermosteam==0.3.4

thermosteam 0.3.32020-03-08T06:11:35Windows:

py -m pip install thermosteam==0.3.3

Unix/macOs:

pip install thermosteam==0.3.3

thermosteam 0.3.22020-03-08T05:38:07Windows:

py -m pip install thermosteam==0.3.2

Unix/macOs:

pip install thermosteam==0.3.2

thermosteam 0.3.12020-03-07T10:41:39Windows:

py -m pip install thermosteam==0.3.1

Unix/macOs:

pip install thermosteam==0.3.1

thermosteam 0.3.02020-03-05T03:45:23Windows:

py -m pip install thermosteam==0.3.0

Unix/macOs:

pip install thermosteam==0.3.0

thermosteam 0.2.172020-02-29T16:47:38Windows:

py -m pip install thermosteam==0.2.17

Unix/macOs:

pip install thermosteam==0.2.17

thermosteam 0.2.162020-02-28T08:03:39Windows:

py -m pip install thermosteam==0.2.16

Unix/macOs:

pip install thermosteam==0.2.16

thermosteam 0.2.152020-02-28T03:11:24Windows:

py -m pip install thermosteam==0.2.15

Unix/macOs:

pip install thermosteam==0.2.15

thermosteam 0.2.142020-02-28T02:56:39Windows:

py -m pip install thermosteam==0.2.14

Unix/macOs:

pip install thermosteam==0.2.14

thermosteam 0.2.132020-02-26T05:15:17Windows:

py -m pip install thermosteam==0.2.13

Unix/macOs:

pip install thermosteam==0.2.13

thermosteam 0.2.122020-02-25T18:35:30Windows:

py -m pip install thermosteam==0.2.12

Unix/macOs:

pip install thermosteam==0.2.12

thermosteam 0.2.112020-02-21T18:02:49Windows:

py -m pip install thermosteam==0.2.11

Unix/macOs:

pip install thermosteam==0.2.11

thermosteam 0.2.102020-02-17T10:42:03Windows:

py -m pip install thermosteam==0.2.10

Unix/macOs:

pip install thermosteam==0.2.10

thermosteam 0.2.92020-02-17T09:28:45Windows:

py -m pip install thermosteam==0.2.9

Unix/macOs:

pip install thermosteam==0.2.9

thermosteam 0.2.82020-02-16T03:42:08Windows:

py -m pip install thermosteam==0.2.8

Unix/macOs:

pip install thermosteam==0.2.8

thermosteam 0.2.72020-02-15T11:27:08Windows:

py -m pip install thermosteam==0.2.7

Unix/macOs:

pip install thermosteam==0.2.7

thermosteam 0.2.62020-02-15T11:19:36Windows:

py -m pip install thermosteam==0.2.6

Unix/macOs:

pip install thermosteam==0.2.6

thermosteam 0.2.52020-02-15T10:53:16Windows:

py -m pip install thermosteam==0.2.5

Unix/macOs:

pip install thermosteam==0.2.5

thermosteam 0.2.42020-02-14T06:02:03Windows:

py -m pip install thermosteam==0.2.4

Unix/macOs:

pip install thermosteam==0.2.4

thermosteam 0.2.32020-02-08T11:46:38Windows:

py -m pip install thermosteam==0.2.3

Unix/macOs:

pip install thermosteam==0.2.3

thermosteam 0.2.22020-02-07T17:49:57Windows:

py -m pip install thermosteam==0.2.2

Unix/macOs:

pip install thermosteam==0.2.2

thermosteam 0.2.12020-02-06T16:02:20Windows:

py -m pip install thermosteam==0.2.1

Unix/macOs:

pip install thermosteam==0.2.1

thermosteam 0.2.02020-02-06T15:51:48Windows:

py -m pip install thermosteam==0.2.0

Unix/macOs:

pip install thermosteam==0.2.0

thermosteam 0.1.232020-02-03T07:36:11Windows:

py -m pip install thermosteam==0.1.23

Unix/macOs:

pip install thermosteam==0.1.23

thermosteam 0.1.222020-02-03T07:21:23Windows:

py -m pip install thermosteam==0.1.22

Unix/macOs:

pip install thermosteam==0.1.22

thermosteam 0.1.212020-02-03T06:58:42Windows:

py -m pip install thermosteam==0.1.21

Unix/macOs:

pip install thermosteam==0.1.21

thermosteam 0.1.202020-02-01T17:49:01Windows:

py -m pip install thermosteam==0.1.20

Unix/macOs:

pip install thermosteam==0.1.20

thermosteam 0.1.192020-01-31T17:42:05Windows:

py -m pip install thermosteam==0.1.19

Unix/macOs:

pip install thermosteam==0.1.19

thermosteam 0.1.182020-01-29T17:36:28Windows:

py -m pip install thermosteam==0.1.18

Unix/macOs:

pip install thermosteam==0.1.18

thermosteam 0.1.172020-01-29T10:56:44Windows:

py -m pip install thermosteam==0.1.17

Unix/macOs:

pip install thermosteam==0.1.17

thermosteam 0.1.162020-01-29T10:51:10Windows:

py -m pip install thermosteam==0.1.16

Unix/macOs:

pip install thermosteam==0.1.16

thermosteam 0.1.152020-01-29T10:43:39Windows:

py -m pip install thermosteam==0.1.15

Unix/macOs:

pip install thermosteam==0.1.15

thermosteam 0.1.142020-01-29T02:53:34Windows:

py -m pip install thermosteam==0.1.14

Unix/macOs:

pip install thermosteam==0.1.14

thermosteam 0.1.132020-01-28T07:30:10Windows:

py -m pip install thermosteam==0.1.13

Unix/macOs:

pip install thermosteam==0.1.13

thermosteam 0.1.122020-01-27T12:42:31Windows:

py -m pip install thermosteam==0.1.12

Unix/macOs:

pip install thermosteam==0.1.12

thermosteam 0.1.112020-01-09T07:30:17Windows:

py -m pip install thermosteam==0.1.11

Unix/macOs:

pip install thermosteam==0.1.11

thermosteam 0.1.102020-01-09T07:24:53Windows:

py -m pip install thermosteam==0.1.10

Unix/macOs:

pip install thermosteam==0.1.10

thermosteam 0.1.92020-01-07T15:30:55Windows:

py -m pip install thermosteam==0.1.9

Unix/macOs:

pip install thermosteam==0.1.9

thermosteam 0.1.82020-01-07T13:29:14Windows:

py -m pip install thermosteam==0.1.8

Unix/macOs:

pip install thermosteam==0.1.8

thermosteam 0.1.72020-01-07T13:21:05Windows:

py -m pip install thermosteam==0.1.7

Unix/macOs:

pip install thermosteam==0.1.7

thermosteam 0.1.62020-01-07T13:14:14Windows:

py -m pip install thermosteam==0.1.6

Unix/macOs:

pip install thermosteam==0.1.6

thermosteam 0.1.52020-01-07T13:00:35Windows:

py -m pip install thermosteam==0.1.5

Unix/macOs:

pip install thermosteam==0.1.5

thermosteam 0.1.42020-01-07T12:51:08Windows:

py -m pip install thermosteam==0.1.4

Unix/macOs:

pip install thermosteam==0.1.4

thermosteam 0.1.32020-01-07T12:24:27Windows:

py -m pip install thermosteam==0.1.3

Unix/macOs:

pip install thermosteam==0.1.3

thermosteam 0.1.22020-01-07T12:06:42Windows:

py -m pip install thermosteam==0.1.2

Unix/macOs:

pip install thermosteam==0.1.2

thermosteam 0.1.12020-01-07T09:51:58Windows:

py -m pip install thermosteam==0.1.1

Unix/macOs:

pip install thermosteam==0.1.1

thermosteam 0.12020-01-07T09:26:07Windows:

py -m pip install thermosteam==0.1

Unix/macOs:

pip install thermosteam==0.1


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_thermosteam_downloaded_file>

On Unix/macOs:

pip install <path_to_thermosteam_downloaded_file>


List distribution:


Project link:

- Homepage
- Download