Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Remove Dev Guide from README
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonbb committed Apr 4, 2024
1 parent 3649961 commit bc9780b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,6 @@ TAPE is available to install with pip, using the "lf-tape" package name:
pip install lf-tape
```

## Getting started - for developers

Download code and install dependencies in a conda environment. Run unit tests at the end as a verification that the packages are properly installed.

```
$ conda create -n seriesenv python=3.11
$ conda activate seriesenv
$ git clone https://github.com/lincc-frameworks/tape
$ cd tape/
$ pip install .
$ pip install .[dev] # it may be necessary to use `pip install .'[dev]'` (with single quotes) depending on your machine.
$ pip install pytest
$ pytest
```

## Contributing

[![GitHub issue custom search in repo](https://img.shields.io/github/issues-search/lincc-frameworks/tape?color=purple&label=Good%20first%20issues&query=is%3Aopen%20label%3A%22good%20first%20issue%22)](https://github.com/lincc-frameworks/tape/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
Expand Down

0 comments on commit bc9780b

Please sign in to comment.