https://github.com/ryu22e/pycon-mini-shizuoka-2024-python-in-cloudflare-workers
PyCon mini Shizuoka 2024資料
https://github.com/ryu22e/pycon-mini-shizuoka-2024-python-in-cloudflare-workers
Last synced: about 1 month ago
JSON representation
PyCon mini Shizuoka 2024資料
- Host: GitHub
- URL: https://github.com/ryu22e/pycon-mini-shizuoka-2024-python-in-cloudflare-workers
- Owner: ryu22e
- License: cc-by-4.0
- Created: 2024-07-28T04:32:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T13:22:02.000Z (almost 2 years ago)
- Last Synced: 2024-08-26T15:42:21.335Z (almost 2 years ago)
- Language: Python
- Homepage: https://pycon-mini-shizuoka-2024-python-in-cloudflare-workers.ryu22e.dev/
- Size: 473 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
######################################
Cloudflare WorkersにPythonがやってきた
######################################
Requirements
------------
* Git
* Python 3.9 or higher
* Your favorite editor
How to Build
------------
.. code-block:: bash
$ git clone {repository url}
$ cd {repository path}
$ python -m venv .venv
$ source .venv/bin/activate
(.venv)$ pip install -r requirements.txt
(.venv)$ vim source/index.md # Replace vim with your favorite editor
(.venv)$ make revealjs # Build to build/revealjs/