InstallationΒΆ

  1. Currently we support only Linux platform and Python 3.6 (Python 3.5 is not supported!)

  2. Create a virtual environment with Python 3.6:

    virtualenv env
    
  3. Activate the environment:

    source ./env/bin/activate
    
  4. Install the package inside this virtual environment:

    pip install deeppavlov