diff --git a/nbs/quickstart.ipynb b/nbs/quickstart.ipynb index b2e8401..cc9d2f1 100644 --- a/nbs/quickstart.ipynb +++ b/nbs/quickstart.ipynb @@ -112,6 +112,22 @@ "!pip install -Uqq \"xinfer[all]\"" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Alternatively, if you'd like to install the bleeding edge version of x.infer, uncomment the following line." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# !pip install \"git+https://github.com/dnth/x.infer.git#egg=xinfer[all]\"" + ] + }, { "cell_type": "markdown", "metadata": {},