https://github.com/ryu22e/osc2024-online-spring-python-in-excel
OSC 2024 Online Spring発表用資料
https://github.com/ryu22e/osc2024-online-spring-python-in-excel
Last synced: about 1 year ago
JSON representation
OSC 2024 Online Spring発表用資料
- Host: GitHub
- URL: https://github.com/ryu22e/osc2024-online-spring-python-in-excel
- Owner: ryu22e
- License: cc-by-4.0
- Created: 2024-01-29T09:31:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T18:32:49.000Z (about 2 years ago)
- Last Synced: 2025-01-27T05:54:52.293Z (over 1 year ago)
- Language: Python
- Homepage: https://osc2024-online-spring-python-in-excel.ryu22e.dev/
- Size: 6.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
#####################
Python in Excelの紹介
#####################
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/