Skip to content

Commit 3852a46

Browse files
DOC New contributing guide documentation For scikit-learn-extra (#47)
* DOCS New Documentation For scikit-learn-extra * Updated Docs * remove unnnecessary doc info * Removed lines 2-5 and 15-16 Co-authored-by: = <==>
1 parent ab1a7ef commit 3852a46

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/docs.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Scikit-learn-extra Developer Documentation
2+
## Installation Instructions:
3+
### scikit-learn-extra Requires:
4+
- Python (>= 3.5)
5+
- scikit-learn(>=0.21)
6+
- Cython (>0.28)
7+
### User Installation:
8+
You can install scikit-learn-extra using this command:
9+
`pip install https://github.com/scikit-learn-contrib/scikit-learn-extra/archive/master.zip`
10+

0 commit comments

Comments
 (0)