installing askbot via virtualenv
Trying to understand the installation steps as given in the official docs.
I ran: virtualenv siteName.
Now I want to clone askbot, but not sure what the relationship between siteName in the virtualenv command and projectName in the git clone command.
When I cd into siteName, what is the relationship between the siteName and the dir I want to clone askbot into?
Or should I run git clone first, then cd into the dir and run virtualenv without specifying a dir, that is, run "virtualenv ."?
Comments