Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bcdata
# bcdata

[![Actions Status](https://github.com/smnorris/bcdata/actions/workflows/tests.yml/badge.svg)](https://github.com/smnorris/bcdata/actions?query=workflow%3Atests)
[![pypi](https://img.shields.io/pypi/v/bcdata.svg)](https://pypi.python.org/pypi/bcdata/)
Expand Down Expand Up @@ -333,8 +333,8 @@ Use some other tool to reproject the data as required.

Create virtualenv and install `bcdata` in development mode:

$ git clone git@github.com:smnorris/bcdata.git
$ cd bcdata
$ git clone git@github.com:smnorris/bcdata_py.git
$ cd bcdata_py
$ python -m venv .venv
$ source .venv/bin/activate
(.venv)$ pip install -e .[test]
Expand Down