Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SunyongKwon committed May 22, 2024
1 parent aba4502 commit bf2e00c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ Installation using `pip` is available for `equilipy`.
pip install equilipy
```

{: .note }
Examples in `equilipy` uses `polars` dataframe for fast data processing. If you are using old CPUs, use ```pip install polars-lts-cpu```. If you are using large dataset (> 4billion), use
```pip install polars-u64-idx```. For details, check out [Polars][polars].

For detailed information, please see [Install][install].

{: .warning }
Expand All @@ -38,6 +34,9 @@ python Example01_SingleEquilib.py

For details, check out [Features and example][features].

{: .note }
Examples in `equilipy` uses `polars` dataframe for fast data processing. If you are using old CPUs, use ```pip install polars-lts-cpu```. If you are using large dataset (> 4billion), use
```pip install polars-u64-idx```. For details, check out [Polars][polars].

## About the project

Expand Down

0 comments on commit bf2e00c

Please sign in to comment.