0

How to install sensplit on google colab ? I already cloned the git repository on google colabenter image description here 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

Sofia
  • 29
  • 5

1 Answers1

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,

enter image description here

ashraful16
  • 2,742
  • 3
  • 11
  • 32