Skip to content

Commit

Permalink
Add conda-forge install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
binste committed Mar 17, 2024
1 parent 4369eb8 commit 801efbb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ You can find the documentation [here](https://altair-viz.github.io/altair_tiles)
```bash
pip install altair_tiles
```
or
```bash
conda install -c conda-forge altair_tiles
```

altair-tiles requires at least Vega version `5.26.0`. If you use an IDE such as a Jupyter Notebook or VS Code, you usually don't have to worry about this.

Expand Down
4 changes: 4 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@
git push upstream main

12. Add release in https://github.com/altair-viz/altair_tiles/releases and select the version tag

13. Double-check that a conda-forge pull request is generated from the updated
pip package by the conda-forge bot (may take up to ~an hour):
https://github.com/conda-forge/altair_tiles-feedstock/pulls
2 changes: 2 additions & 0 deletions doc/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"## Installation\n",
"```bash\n",
"pip install altair_tiles\n",
"# or\n",
"conda install -c conda-forge altair_tiles\n",
"```\n"
]
},
Expand Down

0 comments on commit 801efbb

Please sign in to comment.