DEV Community

Discussion on: How to set up Django Environment in Linux for beginners

Collapse
 
takaakifuruse profile image
TakaakiFuruse

I've used Pipenv also for doing django tutorials and love it. If you familiar with Ruby, It's like a bundle.
You can add, remove, libraries very easily.
docs.pipenv.org/