Skip to content

Commit

Permalink
Updating README install instructions (#10)
Browse files Browse the repository at this point in the history
* Updating README

* Rephrasing pypi disclaimer, capitalizing change to header of section

* Update README.md

Co-authored-by: Nils Homer <[email protected]>

Co-authored-by: Nils Homer <[email protected]>
  • Loading branch information
Nathan Roach and nh13 authored Jul 28, 2022
1 parent 056168f commit 0fb02c1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,23 @@

# pybedlite

`pip install pybedlite`
```
conda install pybedlite
```
OR
```
conda create -n pybedlite pybedlite
conda activate pybedlite
```

Note that while there is a version of pybedlite on pypi versions of pybedlite >=
0.0.2 cannot at present be installed via pypi because they have dependencies
that preclude publishing to pypi. For this reason installation via conda is
required.

**Requires python 3.6+**

# Getting Setup
# Getting Setup for Development Work

[Poetry][poetry-link] is used to manage the python development environment.

Expand Down

0 comments on commit 0fb02c1

Please sign in to comment.