From 7ff9da2b069325b91be4eeb27be3619b0cc60811 Mon Sep 17 00:00:00 2001 From: Sarthak Pati Date: Mon, 14 Feb 2022 09:31:20 -0500 Subject: [PATCH] add conda recipe --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ae17df88..b8101d6f 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ _For Linux or Mac_ ```bash pip install crypten ``` +Alternatively, it can be installed via conda (works for Windows as long as [PyTorch](https://pytorch.org/get-started/locally/) is installed): +```bash +conda install -c conda-forge crypten +``` If you want to run the examples in the `examples` directory, you should also do the following ```bash