Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aloisklink/usefulsetupfiles
Downloads Necessary Files for setting up TeXStudio
https://github.com/aloisklink/usefulsetupfiles
Last synced: about 1 month ago
JSON representation
Downloads Necessary Files for setting up TeXStudio
- Host: GitHub
- URL: https://github.com/aloisklink/usefulsetupfiles
- Owner: aloisklink
- Created: 2016-12-06T01:00:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T13:07:27.000Z (over 7 years ago)
- Last Synced: 2024-10-14T18:38:27.143Z (3 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UsefulSetupFiles
A collection of Useful Files to set things up## OpenAI Gym Install Script
The University computers do not give students super user access, and lack many
dependencies to install [OpenAI Gym](https://gym.openai.com/).
The `installOpenAIGym.sh` script automatically downloads, builds, and installs
`pip`, `cmake`, and OpenAI Gym without `sudo` access.## TeXStudio Setup Script
The `TeXStudioSetup.sh` script installs TeX and TeXStudio, and then downloads
English dictionaries, a Grammar checker, and the IEEE bibliography styles.The dictionaries and Grammar checker have to be setup in TeXStudio manually, by
going to `Options`->`Configure TeXStudio`->`Language Checking`.This script requires `sudo` access for `apt-get` and for installing the bibliography
styles.