https://github.com/jeremy-code/cogs118b
https://github.com/jeremy-code/cogs118b
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremy-code/cogs118b
- Owner: jeremy-code
- License: mit
- Created: 2024-11-25T05:21:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T08:20:38.000Z (over 1 year ago)
- Last Synced: 2025-04-09T15:10:44.499Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 885 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COGS 118B
## Installation
```sh
git clone https://github.com/jeremy-code/cogs118b.git
cd cogs118b
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip freeze > requirements.txt
```
## License
This project is licensed under the [MIT license](LICENSE).