Skip to content

Commit

Permalink
Fix README (#195)
Browse files Browse the repository at this point in the history
* update

* update

* update

* update

* update
  • Loading branch information
nanne-aben authored Oct 4, 2023
1 parent 91dda8b commit d42078d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ The advantages include:
## Documentation
Please see our documentation on [readthedocs](https://typedspark.readthedocs.io/en/latest/index.html).

## Installation

You can install ``typedspark`` from [pypi](https://pypi.org/project/typedspark/) by running:

```bash
pip install typedspark
```
By default, ``typedspark`` does not list ``pyspark`` as a dependency, since many platforms (e.g. Databricks) come with ``pyspark`` preinstalled. If you want to install ``typedspark`` with ``pyspark``, you can run:

```bash
pip install "typedspark[pyspark]"
```

## Demo videos

### IDE demo
Expand All @@ -53,19 +66,6 @@ https://github.com/kaiko-ai/typedspark/assets/47976799/39e157c3-6db0-436a-9e72-4

You can find the corresponding code [here](docs/videos/notebook.ipynb).

## Installation

You can install ``typedspark`` from [pypi](https://pypi.org/project/typedspark/) by running:

```bash
pip install typedspark
```
By default, ``typedspark`` does not list ``pyspark`` as a dependency, since many platforms (e.g. Databricks) come with ``pyspark`` preinstalled. If you want to install ``typedspark`` with ``pyspark``, you can run:

```bash
pip install "typedspark[pyspark]"
```

## FAQ

**I found a bug! What should I do?**</br>
Expand Down
6 changes: 6 additions & 0 deletions docs/source/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ By default, ``typedspark`` does not list ``pyspark`` as a dependency, since many
pip install "typedspark[pyspark]"
Demo videos
===========

* IDE demo: `video <https://github.com/kaiko-ai/typedspark/assets/47976799/e6f7fa9c-6d14-4f68-baba-fe3c22f75b67>`_ and `code <https://github.com/kaiko-ai/typedspark/blob/main/docs/videos/ide.ipynb>`_.
* Jupyter / Databricks Notebook demo: `video <https://github.com/kaiko-ai/typedspark/assets/47976799/39e157c3-6db0-436a-9e72-44b2062df808>`_ and `code <https://github.com/kaiko-ai/typedspark/blob/main/docs/videos/notebook.ipynb>`_.

FAQ
===

Expand Down

0 comments on commit d42078d

Please sign in to comment.