InstallationΒΆ

  1. Currently we support Linux and Windows platforms and Python 3.6
    • Python 3.5 is not supported!
    • Windows platform requires Git for Windows (for example, git ), Visual Studio 2015/2017 with C++ build tools installed!
  2. Create a virtual environment with Python 3.6:

    virtualenv env
    
  3. Activate the environment:

    • Linux

      source ./env/bin/activate
      
    • Windows

      .\env\Scripts\activate.bat
      
  4. Install the package inside this virtual environment:

    pip install deeppavlov