We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bb050e + 5ec1fda commit b03390cCopy full SHA for b03390c
3 files changed
.github/FUNDING.yml
@@ -0,0 +1,3 @@
1
+# These are supported funding model platforms
2
+
3
+custom: ['https://www.buymeacoffee.com/hackersslackers']
README.md
@@ -27,6 +27,7 @@ $ pipenv update
27
$ python3 main.py
28
```
29
30
+<<<<<<< HEAD
31
Installation via [Poetry](https://python-poetry.org/):
32
33
```shell
@@ -36,6 +37,8 @@ $ poetry install
36
37
$ poetry run
38
39
40
+=======
41
+>>>>>>> 5ec1fda5600620aa22b8d53ad87226fe689b5151
42
Alternatively, try installing via `setup.py`:
43
44
setup.py
@@ -36,7 +36,7 @@
},
entry_points={
'console_scripts': [
- 'run = __main__',
+ 'install = main:__main__',
],
project_urls={
0 commit comments