From c7974618d3be42d0b788dbf1f51987387b395015 Mon Sep 17 00:00:00 2001 From: abigailgold <57357634+abigailgold@users.noreply.github.com> Date: Mon, 14 Jun 2021 15:21:42 +0300 Subject: [PATCH] Created Getting started (markdown) --- Getting-started.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Getting-started.md diff --git a/Getting-started.md b/Getting-started.md new file mode 100644 index 0000000..1f9c6f7 --- /dev/null +++ b/Getting-started.md @@ -0,0 +1,9 @@ +# Installing the toolkit +## Using pip: +pip install ai-privacy-toolkit + +## Download from github: +git clone https://github.com/IBM/ai-privacy-toolkit + +## Official ai-privacy-toolkit documentation: +https://ai-privacy-toolkit.readthedocs.io/en/latest/ \ No newline at end of file