Skip to content

Commit

Permalink
Update README and pylint workflow to new name/file hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
orting committed Feb 13, 2024
1 parent 2f6b3be commit 882b792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
pip install -e .[lint]
- name: Analysing the code with pylint
run: |
pylint daisy_vis
pylint doc
pylint daisypy/vis
pylint doc
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See [doc](https://github.com/daisy-model/daisy-vis/tree/main/doc) for examples.
## Installation
The visualization tools are available from pypi

pip install daisy-vis
pip install daisypy-vis

## Development
Install package as editable
Expand All @@ -20,7 +20,7 @@ Install package as editable
### pylint
Use `pyproject.toml` for package-wide settings, e.g. `ignore-trailing-whitespace`.

pylint daisy_vis
pylint daisypy/vis
pylint doc


Expand Down

0 comments on commit 882b792

Please sign in to comment.