Skip to content

Commit

Permalink
Update document
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Nov 14, 2024
1 parent d0943f1 commit f707cb2
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 14 deletions.
9 changes: 8 additions & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@

A simplest installation using conda-forge packages:

```
% conda create -n phelel -c conda-forge
% conda activate phelel
% conda install phelel
```

From source code of phelel,
```
% conda create -n phelel -c conda-forge
% conda activate phelel
Expand All @@ -24,4 +31,4 @@ A simplest installation using conda-forge packages:
% pip install -e .
```

PyPI and conda forge package will be made in the future.
The pypi package is also available.
Loading

0 comments on commit f707cb2

Please sign in to comment.