django-nested-inlines icon indicating copy to clipboard operation
django-nested-inlines copied to clipboard

Update README.md

Open andilabs opened this issue 10 years ago • 2 comments

Could you modify it somehow that running installation with PIP does not require sudo. (Mac OS X)

andilabs avatar Mar 20 '14 15:03 andilabs

You don't need sudo if are using virtualenv, which you probably should be using if you are in an environment which you don't have or don't want to use root. If you are trying to install a package globally, you are going to need root on most Unix systems.

jsatt avatar Mar 20 '14 15:03 jsatt

I have had this problem while running in virtalenv

btw. Is there option to reshape nested fields somehow? http://i.imgur.com/tC5cHrv.png?1 I would like to reach a look more like by standard list_display

andilabs avatar Mar 20 '14 17:03 andilabs