From d3bd2cdb3b6af2dbaa0f0c5143c1d626fea735f1 Mon Sep 17 00:00:00 2001 From: David Bau Date: Sat, 2 Apr 2022 18:42:53 -0400 Subject: [PATCH] Add installation instructions. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed5d364..6d07bd9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # baukit -A kit of David's secret tools to help with productive research prototyping -with pytorch. +Install using `pip install git+https://github.com/davidbau/baukit`. + +Provides the `baukit` package, a kit of David's secret tools to help +with productive research prototyping with pytorch. Includes: * Methods for tracing and editing internal activations in a network.