From 5b8da1138e50da88277a321a88667331284e64f0 Mon Sep 17 00:00:00 2001 From: Sarath Menon Date: Mon, 26 Jun 2023 15:56:19 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a257519..faf1dfe 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,19 @@ You can try `pyscal_rdf` here: `pyscal_rdf` can be installed on Linux and Mac OS based systems. On Windows systems, it is recommended to use [Windows subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install). -### Using a conda environment +### Using pip + +``` +pip install pyscal-rdf +``` +### Using conda + +``` +conda install -c conda-forge pyscal-rdf +``` + + +### Building from the repository We strongly recommend creating a conda environment for the installation. To see how you can install conda see [here](https://docs.conda.io/projects/conda/en/latest/user-guide/install/).