yabr
yabr (yet another book recommender) is a book recommendation website built with careful attention to form and functionality.
Installation
yabr uses the package manager and virtual environment system conda to install and store packages. The package manager pip is also used to install other packages.
To create the virtual environment and install all relevant packages, type the following:
conda env create -f environment.yml
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.