File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
2224The 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
2931If 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
3337Finally import the module in your python scripts with:
3438
You can’t perform that action at this time.
0 commit comments