Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoGiane authored Feb 2, 2024
1 parent c24cf36 commit fccd996
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,30 @@

## Installation

We suggest working in a virtual environment using, e.g., [conda](https://docs.conda.io/projects/miniconda/en/latest/):
We suggest working in a virtual environment using, e.g., [`conda`](https://docs.conda.io/projects/miniconda/en/latest/):
```
conda create --name bayesmix
conda activate bayesmix
conda install pip
```

After you have cloned the bayesmix github directory, navigate to the Python subfolder and install bayesmixpy using pip
After you have cloned the bayesmix github directory, navigate to the Python subfolder and install `bayesmixpy` using `pip`:

```
cd python
pip3 install -r requirements.txt
pip3 install -e .
```

<!---
If the editable (`-e`) installation is not available, export the enviromnental variable `BAYESMIX_HOME=<path_to_bayesmix_root_dir>` and then run
```
cd python
pip3 install -r requirements.txt
pip3 install .
```
--->

## Usage

Expand Down

0 comments on commit fccd996

Please sign in to comment.