I'm trying to get, without success, the requirements.txt from the virtual environment I created in Pycharm for a Django Project. My Pycharm version is 2016.2, Django 1.10.3 and Python 3.5.1.

I want something like (example if I just had Django installed):

Django==1.10.3

First attempt:

Using Python Console - Didn't work because it automatically runs the Django shell instead. I've even tried changing the starting script in the Settings but the Django console is always opened instead of the Python one.

Second attempt:

lsvirtualenv