https://github.com/ryu22e/kof-2023-python312-slide
Kansai Open Forum 2023セミナー資料
https://github.com/ryu22e/kof-2023-python312-slide
Last synced: about 1 year ago
JSON representation
Kansai Open Forum 2023セミナー資料
- Host: GitHub
- URL: https://github.com/ryu22e/kof-2023-python312-slide
- Owner: ryu22e
- License: cc-by-4.0
- Created: 2023-10-13T04:15:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T01:41:01.000Z (over 2 years ago)
- Last Synced: 2025-01-27T05:54:52.228Z (over 1 year ago)
- Language: Python
- Homepage: https://kof-2023-python312-slide.ryu22e.dev/
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
#######################
Python 3.12の新機能紹介
#######################
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.rst # Replace vim with your favorite editor
(.venv)$ make revealjs # Build to build/revealjs/