3 lines
99 B
Bash
3 lines
99 B
Bash
#!/bin/bash
|
|
sudo apt-get update && sudo apt-get install -y python2.7 python-sphinx python-pygments
|