sandbox_shared / scripts /install.sh
Satoru Tokutsu
Update install.sh
9adcc64
raw
history blame contribute delete
119 Bytes
#!/bin/bash
echo ";; Installing packages..."
pip show tensorflow
pip install fire
echo ";; Installation completed!"