You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-v, --version show the program's version number and exit
46
+
47
+
Documentation, issues and more: https://github.com/phthallo/pyflagoras
48
+
```
49
+
12
50
## Development
13
51
Substitute `py` for `python3` as necessary.
14
52
1. Clone the repository.
15
-
```python
53
+
```
16
54
git clone https://github.com/phthallo/pyflagoras
17
55
```
18
56
2. Install the build tool.
19
-
```python
57
+
```
20
58
py -m pip install --upgrade build
21
59
```
22
60
3. `cd` to the root of the repository and build the package.
23
-
```python
61
+
```
24
62
py -m build
25
63
```
26
64
4. Both the source distribution (`pyflagoras-x.x.x-tar.gz`) and the built distribution (`pyflagoras-x.x.x-py3-none-any.whl`) will be found under the `/dist` subdirectory. You can then install the wheel using:
0 commit comments