Skip to content

Commit

Permalink
Merge branch 'master' into driver-auto-pes
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrossi authored Apr 12, 2024
2 parents 60cb191 + e8601c4 commit fc85e2c
Show file tree
Hide file tree
Showing 230 changed files with 18,501 additions and 7,472 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: install dependencies
run: |
pip install --upgrade pip
pip install -r doc/requirements.txt
pip install -r docs/requirements.txt
sudo apt-get update
sudo apt-get install -y texlive-latex-extra texlive-lang-greek latexmk
- name: build documentation
run: |
cd doc
cd docs
make html
make latexpdf
Expand All @@ -35,5 +35,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/_build/html/
publish_dir: ./docs/_build/html/
force_orphan: true
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ Quick Setup

To use i-PI with an existing driver, install and update using `pip`:

Last version::
Last version:

```bash
python -m pip install git+https://github.com/i-pi/i-pi.git
```

Last Release::
Last Release:

```bash
pip install -U ipi
```
Expand Down
1 change: 1 addition & 0 deletions bin/i-pi-driver-py
Loading

0 comments on commit fc85e2c

Please sign in to comment.