Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc authored Jun 26, 2023
1 parent bbe9461 commit 5b8da11
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down

0 comments on commit 5b8da11

Please sign in to comment.