coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
913 stars 377 forks source link

Installation instructions don't specify whether to follow all or just one of the three listed methods #236

Open YewoMhango opened 1 year ago

YewoMhango commented 1 year ago

Checklist

Steps to reproduce

Visit https://github.com/coderholic/django-cities#installation . There are listed three ways of installing the library, i.e., using git clone, wget+unzip, and pip

Expected behavior

The documentation should specify whether we are supposed to run all the three steps in order, or whether we should just choose one of them. (i.e., by saying something like "Choose only one of the three installation methods below")

Actual behavior

When I wanted to install django-cities, I started by following the git clone ... and wget ... steps before realizing that they're all do the same thing