First time here? Check out the FAQ!
0

develop askbot

I downloaded the latest askbot code by using the following command

git clone git://github.com/ASKBOT/askbot-devel.git

and then used the following command

python setup.py develop

and got the following error :

error: invalid command 'develop'

Am I missing something ?

kintali's avatar
141
kintali
asked 2012-01-17 09:52:04 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Hi, you might be missing python-setuptools, try

pip install setuptools

and then repeat the command that did not work for you.

Evgeny's avatar
13.2k
Evgeny
answered 2012-01-17 10:52:42 -0500, updated 2012-01-17 10:53:05 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments