Skip to content

Commit d291d7f

Browse files
authored
Merge pull request #16 from eriknw/py310
Update README
2 parents 42d1b0a + 35f8966 commit d291d7f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Innerscope
22

3-
[![Python Version](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%20PyPy-blue)](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%20PyPy-blue)
3+
[![Python Version](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%20PyPy-blue)](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%20PyPy-blue)
44
[![Version](https://img.shields.io/pypi/v/innerscope.svg)](https://pypi.org/project/innerscope/)
55
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/eriknw/innerscope/blob/master/LICENSE)
66
[![Build Status](https://github.com/eriknw/innerscope/workflows/Test/badge.svg)](https://github.com/eriknw/innerscope/actions)
@@ -9,7 +9,10 @@
99

1010
`innerscope` exposes the inner scope of functions and offers primitives suitable for creating pipelines. It explores a design space around functions, dictionaries, and classes.
1111

12-
**To install:** `pip install innerscope`
12+
**To install with pip:**
13+
- `pip install innerscope`
14+
**To install with conda:**
15+
- `conda install -c conda-forge innerscope`
1316

1417
A function can be made to act like a dictionary:
1518
```python
@@ -124,7 +127,7 @@ This library *does not* use `exec`, `eval`, the AST, or source code. It runs on
124127
## Why?
125128
It's all [@mrocklin's](https://github.com/mrocklin) fault for [asking a question.](https://github.com/dask/distributed/issues/4003)
126129
`innerscope` is exploring a data model that could be convenient for running code remotely with [dask.](https://dask.org)
127-
I bet it would even be useful for building pipelines with dask. I'm sure there are other creative uses for it just waiting to be discovered.
130+
I bet it would even be useful for building pipelines with dask. I'm sure there are other creative uses for it just waiting to be discovered. **Update:** and [`afar`](https://github.com/eriknw/afar) has been born!
128131

129132
#### *This library is totally awesome and you should use it and tell all your friends* 😉 *!*
130133

0 commit comments

Comments
 (0)