This repository was archived by the owner on Jul 10, 2021. It is now read-only.
This repository was archived by the owner on Jul 10, 2021. It is now read-only.
Uninstalling scikit-neuralnetwork if installed from source #177
Open
Description
Hi guys,
I would like to uninstall scikit-neuralnetwork if I have installed it from source?
$ git clone https://github.com/aigamedev/scikit-neuralnetwork.git
$ cd scikit-neuralnetwork; sudo python setup.py develop
Some dependencies are not functional, so I would like to reinstall scikit-neuralnetwork. I have Ubuntu 14.04 and have not used virtualenv.
Thank you in advance.