-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from maciejzj/develop
Release changes v0.1.0 to master Changelog included in the release git tag.
- Loading branch information
Showing
8 changed files
with
76 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,14 +48,17 @@ configuration is stored in the `setup.cfg` file. | |
|
||
### Installation | ||
|
||
To install the application system-wide use a PEP517 compatible build tool. E.g. | ||
this can be done with [build](https://github.com/pypa/build) inside the project | ||
directory: | ||
|
||
```sh | ||
pip install build | ||
python -m build | ||
pip install dist/it_jobs_meta*.whl | ||
You can install this application with pip, either from a local repository: | ||
|
||
``` | ||
git clone [email protected]:maciejzj/it-jobs-meta.github | ||
pip install ./it_jobs_meta | ||
``` | ||
|
||
or directly from the GitHub repository with: | ||
|
||
``` | ||
pip install [email protected]:maciejzj/it-jobs-meta.git | ||
``` | ||
|
||
All runtime dependencies will be installed alongside the application. From now, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters