Skip to content

Commit 3daf279

Browse files
committed
Merge pull request DjangoGirls#157 from victorwestmann/patch-1
Update README.md
2 parents 243f5a0 + 6dd8090 commit 3daf279

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

django_installation/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Now that you have your `virtualenv` started, you can install Django using `pip`.
9696
Successfully installed django
9797
Cleaning up...
9898

99+
on Windows
100+
> If you get an error when calling pip on Windows platform please check if your project pathname contains spaces (i.e. `C:\Users\User Name\djangogirls`). If it does please consider moving it to another place without spaces (suggestion is: `C:\djangogirls`). After the move please try the above command again.
101+
102+
on Linux
99103
> If you get an error when calling pip on Ubuntu 12.04 please run `python -m pip install -U --force-reinstall pip` to fix the pip installation in the virtualenv.
100104
101105
That's it! You're now (finally) ready to create a Django application! But to do that, you need a nice program to write your code in...

0 commit comments

Comments
 (0)