File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ADAPT
2
2
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 )
4
4
[ ![ Build Status] ( https://github.com/adapt-python/adapt/workflows/build/badge.svg )] ( https://github.com/adapt-python/adapt/actions )
5
5
[ ![ 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 )
6
6
[ ![ 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
15
15
16
16
## Installation
17
17
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:
19
19
20
- ` pip install adaptation `
20
+ ```
21
+ pip install adapt
22
+ ```
21
23
22
24
The following dependencies are required and will be installed with the library:
23
25
- ` numpy `
@@ -28,7 +30,9 @@ The following dependencies are required and will be installed with the library:
28
30
29
31
If for some reason, these packages failed to install, you can do it manually with:
30
32
31
- ` pip install numpy scipy tensorflow scikit-learn cvxopt `
33
+ ```
34
+ pip install numpy scipy tensorflow scikit-learn cvxopt
35
+ ```
32
36
33
37
Finally import the module in your python scripts with:
34
38
You can’t perform that action at this time.
0 commit comments