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
Checklist
master
branch of django-cities.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
, andpip
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 thegit clone ...
andwget ...
steps before realizing that they're all do the same thing