Skip to content

Commit 3dd05d9

Browse files
Update README.md
1 parent 7c834a0 commit 3dd05d9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ADAPT
22

3-
[![PyPI version](https://badge.fury.io/py/adaptation.svg)](https://pypi.org/project/adaptation)
3+
[![PyPI version](https://badge.fury.io/py/adapt.svg)](https://pypi.org/project/adapt)
44
[![Build Status](https://github.com/adapt-python/adapt/workflows/build/badge.svg)](https://github.com/adapt-python/adapt/actions)
55
[![Python Version](https://img.shields.io/badge/python-3.6%20|%203.7%20|%203.8-blue)](https://img.shields.io/badge/python-3.5%20|%203.6%20|%203.7-blue)
66
[![Codecov Status](https://codecov.io/gh/adapt-python/adapt/branch/master/graph/badge.svg?token=IWQXMYGY2Q)](https://codecov.io/gh/adapt-python/adapt)
@@ -15,9 +15,11 @@ Find the details of all implemented methods as well as illustrative examples her
1515

1616
## Installation
1717

18-
This package is available on [Pypi](https://pypi.org/project/adaptation) and can be installed with the following command line:
18+
This package is available on [Pypi](https://pypi.org/project/adapt) and can be installed with the following command line:
1919

20-
`pip install adaptation`
20+
```
21+
pip install adapt
22+
```
2123

2224
The following dependencies are required and will be installed with the library:
2325
- `numpy`
@@ -28,7 +30,9 @@ The following dependencies are required and will be installed with the library:
2830

2931
If for some reason, these packages failed to install, you can do it manually with:
3032

31-
`pip install numpy scipy tensorflow scikit-learn cvxopt`
33+
```
34+
pip install numpy scipy tensorflow scikit-learn cvxopt
35+
```
3236

3337
Finally import the module in your python scripts with:
3438

0 commit comments

Comments
 (0)