Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 794 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 794 Bytes

fork-recognition

Environment configs

Requirements

All requirements are listed in /requirements.txt

To avoid manual installation and to easily set up development environment you may consider following the instructions below:

Configuration using Anaconda

"Anaconda is an easy-to-install, free package manager, environment manager, Python distribution, and collection of over 150 open source packages with free community support."

Create virtual environment

conda create --name venv python=3

Setup environment

To activate the virtual environment

source activate venv

To install required dependencies

conda install --file requirements.txt