Skip to content

Commit

Permalink
Build jupter doc outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Oct 28, 2024
1 parent 93c032f commit 07b0ebb
Show file tree
Hide file tree
Showing 5 changed files with 848 additions and 51 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![codecov](https://codecov.io/gh/bobleesj/cifkit/graph/badge.svg?token=AN2YAC337A)](https://codecov.io/gh/bobleesj/cifkit)
![Python - Version](https://img.shields.io/pypi/pyversions/cifkit)
[![PyPi version](https://img.shields.io/pypi/v/cifkit.svg)](https://pypi.python.org/pypi/cifkit)
[![Conda version](https://img.shields.io/conda/vn/conda-forge/cifkit)](https://anaconda.org/conda-forge/cifkit)

<a href="https://joss.theoj.org/papers/9016ae27b8c6fddffaae5aeb8be18d19"><img src="https://joss.theoj.org/papers/9016ae27b8c6fddffaae5aeb8be18d19/status.svg"></a>

Expand Down
13 changes: 1 addition & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,7 @@ Python 3.10, 3.11, 3.12 are supported.
[![PyPi version](https://img.shields.io/pypi/v/cifkit.svg)](https://pypi.python.org/pypi/cifkit)
[![Conda version](https://img.shields.io/conda/vn/conda-forge/cifkit)](https://anaconda.org/conda-forge/cifkit)

Option 1. conda install

The preferred method is to install `cifkit` using Conda:

```bash
conda create -n cifkit_env cifkit
conda activate cifkit_env
```

If the above option does not work, please feel free to use pip install:

Option 2. pip install
pip install

```bash
pip install cifkit
Expand Down
Loading

0 comments on commit 07b0ebb

Please sign in to comment.