We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d5047 commit 79f75a8Copy full SHA for 79f75a8
README.md
@@ -1,4 +1,4 @@
1
-# bcdata
+# bcdata (for Python)
2
3
[](https://github.com/smnorris/bcdata/actions?query=workflow%3Atests)
4
[](https://pypi.python.org/pypi/bcdata/)
@@ -333,8 +333,8 @@ Use some other tool to reproject the data as required.
333
334
Create virtualenv and install `bcdata` in development mode:
335
336
- $ git clone git@github.com:smnorris/bcdata.git
337
- $ cd bcdata
+ $ git clone git@github.com:smnorris/bcdata_py.git
+ $ cd bcdata_py
338
$ python -m venv .venv
339
$ source .venv/bin/activate
340
(.venv)$ pip install -e .[test]
0 commit comments