Skip to content

Commit

Permalink
Changing repo name to earthpy
Browse files Browse the repository at this point in the history
Currently the package is called earthlabpy - switching to earth py
  • Loading branch information
Leah Wasser authored Mar 20, 2018
1 parent fabcd0c commit 5ce9a80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Earth Lab Py
# Earth Py

A package built to support python teaching in the Earth Lab earth analytics program
at University of Colorado, Boulder.
Expand All @@ -9,11 +9,11 @@ To install, use pip. `--upgrade` is optional but it ensures that the package ove
when you install and you have the current version. If you don't have the package
yet you can still use the `--upgrade` argument.

`pip install --upgrade git+https://github.com/earthlab/earthlabpy.git`
`pip install --upgrade git+https://github.com/earthlab/earthpy.git`

Then import it into python.

`import earthlabpy as et`
`import earthpy as et`


## Contributors
Expand Down

0 comments on commit 5ce9a80

Please sign in to comment.