Skip to content

Commit

Permalink
update repo docs (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu authored Feb 1, 2023
1 parent f171310 commit ea53562
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
# before PyInstaller builds the exe, so as to inject date/other infos into it
*.manifest
*.spec

Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ characteristics above, including participants with disabilities.

### Reporting Issues

If you experience or witness unacceptable behavior—or have any other concerns—please report it by contacting us via [ed@eonu.net](mailto:ed@eonu.net). All reports will be handled with discretion. In your report please include:
If you experience or witness unacceptable behavior—or have any other concerns—please report it by contacting Edwin Onuonga via [ed@eonu.net](mailto:ed@eonu.net). All reports will be handled with discretion. In your report please include:

- Your contact information.
- Names (real, nicknames, or pseudonyms) of any individuals involved. If there are additional witnesses, please
Expand Down
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ If you intend to help contribute to Sequentia, you will need some additional dep
You can specify the `dev` extra when installing Sequentia to do this.

```console
pip install --pre sequentia[dev]
# from inside the sequentia repository folder
pip install -e .[dev]
```

If installing a Sequentia from a local directory, you can use `pip install -e .` from within that directory, or `pip install -e .[xxx]` to install with extras.

Note that on some shells you may have to use quote marks, e.g. `pip install -e ".[xxx]"`.
> **Note**: On some shells you may have to escape, e.g. `pip install -e ".[dev]"`
## License

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2023 Edwin Onuonga <ed@eonu.net>
Copyright (c) 2019-2023 Edwin Onuonga (eonu) <ed@eonu.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit ea53562

Please sign in to comment.