https://github.com/robinl/overrides_and_live_linking
https://github.com/robinl/overrides_and_live_linking
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robinl/overrides_and_live_linking
- Owner: RobinL
- Created: 2024-02-27T12:17:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T15:48:09.000Z (over 2 years ago)
- Last Synced: 2025-03-14T08:45:50.837Z (over 1 year ago)
- Language: HTML
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Create a virtual environment with the dependencies you need:
```
python3 -m venv venv
source venv/bin/activate
pip install splink pyarrow
```