How to install a specific version of a package with pip? [duplicate]

Solution 1:

Use ==:

pip install django_modeltranslation==0.4.0-beta2