https://github.com/concaption/heuristics
heuristics
https://github.com/concaption/heuristics
Last synced: about 1 year ago
JSON representation
heuristics
- Host: GitHub
- URL: https://github.com/concaption/heuristics
- Owner: concaption
- Created: 2023-09-08T14:18:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T16:54:27.000Z (over 2 years ago)
- Last Synced: 2025-02-08T19:45:10.621Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# greedy coin
It uses click to build cli.
```
python -m venv .venv
source .venv/bin/activate
```
```
make install
```
```
git add .
git commit -m "Initial Commit"
git push
```
```
nano ~/.bashrc
source .venv/bin/activate
```
```
chmod +x main.py
./main.py
```