Skip to content

Commit 29a71a0

Browse files
committed
Remove setup.py and update README
1 parent 80d55cc commit 29a71a0

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22

33
## overview
44

5-
A simple wrapper to `bokeh`, streamlining genome wide visualisations.
5+
A simple wrapper to `bokeh`, streamlining genome-wide visualisations.
66

77
## documentation
88

99
https://hardingnj.github.io/genomeplot/
1010

1111
## installation
1212

13-
This package isn't yet stable/mature enough to be put in `conda`/`pypi`, so for the moment please install by either cloning the repo, or downloading the `.tar.gz` from the master branch and extracting. Then run:
13+
Either via pip:
14+
`python -m pip install genomeplot`
1415

15-
`python setup.py install`
16+
or from source using `poetry`
1617

1718
## requirements
1819

19-
`bokeh >= 0.12.14`
20-
`python >= 3.5`
21-
20+
See `pyproject.toml`

setup.py

-7
This file was deleted.

0 commit comments

Comments
 (0)