Skip to content

Commit 79f75a8

Browse files
committed
change github repo name to avoid conflicts
1 parent 43d5047 commit 79f75a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bcdata
1+
# bcdata (for Python)
22

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

334334
Create virtualenv and install `bcdata` in development mode:
335335

336-
$ git clone git@github.com:smnorris/bcdata.git
337-
$ cd bcdata
336+
$ git clone git@github.com:smnorris/bcdata_py.git
337+
$ cd bcdata_py
338338
$ python -m venv .venv
339339
$ source .venv/bin/activate
340340
(.venv)$ pip install -e .[test]

0 commit comments

Comments
 (0)