Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Go to airavata-django-portal directory and create a virtual environment 

  • python3 -m venv venv
  • Note: Make sure that you create virtual environment with either Python 3.6, 3.5 or 3.4. Wagtail version 2.0 (one of the dependency) is only compatible with these python versions.

Activate the environment 

...