Skip to content

Commit 185759f

Browse files
authored
Merge pull request #41 from gwaygenomics/hotfix-docs
Adding pip instructions
2 parents f7f5b29 + 9577bac commit 185759f

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ __pycache__/
33
.ipynb_checkpoints/
44
build/
55
*.ipynb
6+
dist/
7+
.eggs/
8+
cytominer_eval.egg-info/

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Cytominer-eval: Evaluating quality of perturbation profiles
22

33
[![Actions Status](https://github.com/cytomining/cytominer-eval/workflows/Python%20build/badge.svg)](https://github.com/cytomining/cytominer-eval/actions)
4-
[![Documentation Status](https://readthedocs.org/projects/cytominer-eval/badge/?version=latest)](https://cytominer-eval.readthedocs.io/en/latest/?badge=latest)
4+
[![Documentation Status](https://readthedocs.org/projects/cytominer-eval/badge/?version=latest)](https://cytominer-eval.readthedocs.io/en/latest/)
55
[![Coverage Status](https://codecov.io/gh/cytomining/cytominer-eval/branch/master/graph/badge.svg)](https://codecov.io/github/cytomining/cytominer-eval?branch=master)
66
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
77

88
Cytominer-eval contains functions to calculate quality metrics for perturbation profiling experiments.
99

1010
## Installation
1111

12-
Cytominer-eval is still in beta, and can only be installed from GitHub:
12+
Cytominer-eval can be installed via pip:
1313

1414
```bash
15-
pip install git+git://github.com/cytomining/cytominer-eval
15+
pip install cytominer-eval
1616
```
1717

18-
Since the project is actively being developed, with new features added regularly, we recommend installation using a hash:
18+
Since the project is actively being developed, to get up to date functionality, you can also install via github commit hash:
1919

2020
```bash
21-
# Example:
22-
pip install git+git://github.com/cytomining/cytominer-eval@5c9fb860d1b27e746ee498d625d033475caceb7e
21+
# Example
22+
pip install git+git://github.com/cytomining/cytominer-eval@f7f5b293da54d870e8ba86bacf7dbc874bb79565
2323
```
2424

2525
## Usage

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

0 commit comments

Comments
 (0)