InstallationΒΆ
- Currently we support
LinuxandWindowsplatforms andPython 3.6 Python 3.5is not supported!Windowsplatform requiresGitfor Windows (for example, git ),Visual Studio 2015/2017withC++build tools installed!
- Currently we support
Create a virtual environment with
Python 3.6:virtualenv env
Activate the environment:
Linux
source ./env/bin/activateWindows
.\env\Scripts\activate.bat
Install the package inside this virtual environment:
pip install deeppavlov