I have downloaded pybrain
and I want to install it. So, I create a directory Networks and inside the directory of pybrain
I use the following command:
$ python setup.py install --prefix == ~/Networks/
And I have the following output:
invalid command name '/Users/petrosypsilantis/Networks/
What exactly is the problem?