{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Oncoming\n", "\n", "Here we describe some new features of the developing version of MolDrug\n", "\n", "Let's install the developing version of MolDrug. I am assuming that you already have installed RDKit and Vina dependencies. For more details in how to install **MolDrug** visit [the installation instructions](https://moldrug.readthedocs.io/en/latest/source/installation.html)." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "#! pip install git+https://github.com/ale94mleon/MolDrug.git@main" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3.9.13 ('moldrug')", "language": "python", "name": "python3" }, "language_info": { "name": "python", "version": "3.9.13" }, "orig_nbformat": 4, "vscode": { "interpreter": { "hash": "580997a69bc0f3991857025e1d93e87ed090e2c1fa4aff0ca8e9824f56baf8cb" } } }, "nbformat": 4, "nbformat_minor": 2 }