Skip to content

Commit 03818d4

Browse files
committed
Updates readme with latest install instructions
1 parent 3d4fc40 commit 03818d4

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

readme.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,10 @@ conda create -n poli-baselines python=3.10
1818
conda activate poli-baselines
1919
```
2020

21-
After which, you can download this repository and install it locally
21+
After which, you can install this package by running
2222

2323
```bash
24-
git clone [email protected]:MachineLearningLifeScience/poli-baselines.git
25-
cd ./poli-baselines
26-
```
27-
28-
Now install the requirements, as well as the library:
29-
30-
```bash
31-
pip install -r requirements.txt
32-
pip install -e .
24+
pip install "poli-baselines @ git+https://github.com/MachineLearningLifeScience/poli-baselines.git@main"
3325
```
3426

3527
After this, you could test you installation by running (inside your `poli-baselines` environment):
@@ -60,7 +52,6 @@ These can be found [in the folder of each solver](src/poli_baselines/solvers).
6052
| **ALEBO** | [![ALEBO (py3.10 in conda)](https://github.com/MachineLearningLifeScience/poli-baselines/actions/workflows/python-tox-testing-alebo.yml/badge.svg)](https://github.com/MachineLearningLifeScience/poli-baselines/actions/workflows/python-tox-testing-alebo.yml) | [Lentham et al. 2020](https://proceedings.neurips.cc/paper/2020/file/10fb6cfa4c990d2bad5ddef4f70e8ba2-Paper.pdf) |
6153
| **LaMBO2** | [![LaMBO2 (py3.10 in conda)](https://github.com/MachineLearningLifeScience/poli-baselines/actions/workflows/python-tox-testing-lambo2.yml/badge.svg)](https://github.com/MachineLearningLifeScience/poli-baselines/actions/workflows/python-tox-testing-lambo2.yml) | [Gruver and Stanton et al. 2020](https://arxiv.org/abs/2305.20009) |
6254

63-
In the case of Probabilistic Reparametrization, we rely on a slightly modified version of the `run_one_replication.py` script from [the original repository](https://github.com/facebookresearch/bo_pr).
6455

6556
## Your first optimization using `poli-baselines`
6657

0 commit comments

Comments
 (0)