Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weiyu0824/dag
https://github.com/weiyu0824/dag
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/weiyu0824/dag
- Owner: weiyu0824
- Created: 2024-01-21T00:39:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T07:40:05.000Z (8 months ago)
- Last Synced: 2024-03-15T00:48:21.916Z (8 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dag
## Experiments
1. install conda
```
mkdir -p ~/miniconda3
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
rm -rf ~/miniconda3/miniconda.sh
~/miniconda3/bin/conda init bash```