Skip to content

Commit

Permalink
updated funding, docs and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Jul 1, 2022
1 parent 60c4ece commit c28d82a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ko_fi: paulocoutinho
github: paulocoutinhox
ko_fi: paulocoutinho
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Upgrade PIP
run: python -m pip install --upgrade pip setuptools wheel
run: python3 -m pip install --upgrade pip setuptools wheel

- name: Display Python version
run: python --version
run: python3 --version

- name: Display PIP version
run: pip --version
run: python3 -m pip --version

- name: Install python dependencies
run: pip install -r requirements.txt
run: python3 -m pip install -r requirements.txt

- name: Build
run: python kaktos.py build
run: python3 kaktos.py build
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ Designers can use it too, since it don't need people that know a programming lan

Install python dependencies:

```bash
pip3 install -r requirements.txt
```

or

```bash
python3 -m pip install -r requirements.txt
```
Expand Down

0 comments on commit c28d82a

Please sign in to comment.