How to install sensplit on google colab ?
I already cloned the git repository on google colab but I couldn't use the sensplit package , when I run the !pip install sensplit it returns errors.
Please, I need a hint.
Thanks in advance
Asked
Active
Viewed 83 times
0

Sofia
- 29
- 5
1 Answers
1
At first, clone sensplit
from git
.
!git clone https://github.com/mmalekzadeh/sensplit
Then, change directory to the SenSplit
folder and run the install command
:
cd sensplit
!python setup.py install
So in colab
steps,

ashraful16
- 2,742
- 3
- 11
- 32