Skip to content

Commit 9927285

Browse files
committed
update README.md
1 parent 24de7f5 commit 9927285

1 file changed

Lines changed: 9 additions & 21 deletions

File tree

README.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [Source of Inspiration](#source-of-inspiration)
1313
- [Screen captures](#screen-captures)
1414
- [How to get started?](#how-to-get-started)
15-
- [How to deploy to Fly.io?](#how-to-deploy-to-flyio)
15+
- [How to deploy?](#how-to-deploy)
1616
- [Issues/Contribution](#issuescontribution)
1717

1818

@@ -30,7 +30,7 @@ I just added my personal UI touch and included more comments in the code :)
3030
### Screen captures
3131
This tool has two versions: One using a [GridView](https://flet.dev/docs/controls/gridview) to display the colors, and another using a [ListView](https://flet.dev/docs/controls/listview) in [Tabs](https://flet.dev/docs/controls/tabs).
3232

33-
Below are some captures I made of the tool in execution.
33+
Below are some OLD captures I made of the tool in execution.
3434

3535
- _**Version 1:**_
3636
- _Dark Mode_
@@ -62,35 +62,23 @@ Below are some captures I made of the tool in execution.
6262

6363
![How to Install as PWA](https://miro.medium.com/max/720/1*BQ5FlcpuLTOBfF5vLvv6Bg.gif)
6464

65-
**Second-Easiest Way:** You can just download an archive(for Windows, macOS and Linux only) from the [releases](https://github.com/ndonkoHenri/Flet-Color-Browser/releases) section, extract this and run the standalone executable file(~25Mo) found in it.
66-
65+
**Second-Easiest Way:**
66+
- Try the app online from here:
67+
- You can just download an archive(for Windows, macOS and Linux only) from the [releases](https://github.com/ndonkoHenri/Flet-Color-Browser/releases) section, extract this and run the standalone executable file(~25Mo) found in it.
6768

6869
**Hardest Way:**
6970
- Start by cloning and unzipping this repo: [how-to](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)
7071
- Enter the directory
7172

7273
cd Flet-Color-Browser
73-
- Install the requirements(only Flet is required):
74-
`pip install flet`
74+
- Install the requirements:
75+
`pip install requirements.txt -r`
7576
- Run the `main.py` file
7677

7778
python main.py
7879

79-
### How to deploy to Fly.io?
80-
81-
A detailed version of how to deploy [Flet](https://github.com/flet-dev/flet) apps on [Fly.io](https://fly.io/) could be found <u>[here](https://flet.dev/docs/guides/python/deploying-web-app/fly-io)</u>.
82-
83-
Deploy:
84-
85-
flyctl deploy
86-
87-
Check deployment:
88-
89-
flyctl status
90-
91-
Re-deploy:
92-
93-
flyctl deploy --no-cache
80+
### How to Deploy?
81+
See [this](https://ndonkohenri.medium.com/deploying-a-flet-app-for-free-on-cloudflare-pages-e56ecc6ce450) article to deploy this flet app and all others you have for freeee.
9482

9583

9684
### Issues/Contribution

0 commit comments

Comments
 (0)