Skip to content

Commit 930b09b

Browse files
committed
update pip in readme
1 parent 5539f81 commit 930b09b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HIVE™ :honeybee:
1+
# HIVE™ :honeybee
22

33
**H**ighly
44
**I**ntegrated
@@ -13,18 +13,18 @@ HIVE is designed to integrate with vehicle power and energy grid power models in
1313

1414
## Installation
1515

16-
HIVE depends on a Python installation [3.7, 3.8] and the pip package manager ( [python.org](https://www.python.org/downloads/).
16+
HIVE depends on a Python installation [3.7, 3.8, 3.9, 3.10] and the pip package manager ( [python.org](https://www.python.org/downloads/).
1717
In our installation example we use [conda](https://www.anaconda.com/products/distribution) | [miniconda](https://docs.conda.io/en/latest/miniconda.html) for managing a HIVE Python environment.
1818

19-
### via pip (coming soon)
19+
### via pip
2020

21-
> pip install nrel-hive
21+
> pip install nrel.hive
2222

2323
### build from source
2424

2525
Via conda, create a dedicated 'hive' Python environment:
2626

27-
> conda create -n hive python=3.7
27+
> conda create -n hive python=3.8
2828
> conda activate hive
2929

3030
to run tests, also install `pytest`:

0 commit comments

Comments
 (0)