27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
# Portable Computing Toolkit Installer
|
||
|
||
The portable computing toolkit installer sets up and combines the [PortableApps.com](https://portableapps.com) framework with various tools for writing code. The goal of this project is to provide a platform for anyone who has computing needs but does not own their on PC to be able to have a private workspace on public/shared computers.
|
||
|
||
This project is a nearly-full rewrite of a prior project that I started as a learning exercise to teach myself Python which was, consequently, very poorly written.
|
||
|
||
*“Don’t Cling to a Mistake Just Because You Spent a lot of Time Making it.”* — **Aubrey De Graf**
|
||
|
||
## System Requirements
|
||
|
||
* A PC runninging Windows 7 or later
|
||
* An [NTFS-Formatted](https://lifehacker.com/how-to-erase-and-format-a-hard-drive-1525128357) USB storage device
|
||
* An active Internet connection
|
||
|
||
## Supported Tools
|
||
|
||
* The [PortableApps.com Platform](https://portableapps.com/platform/features) and a subset of recommended tools available on the platform
|
||
* [Microsoft Visual Studio Code](https://code.visualstudio.com/)
|
||
* [Atom](https://atom.io/)
|
||
* [SublimeText](https://www.sublimetext.com)
|
||
* [WinPython](https://winpython.github.io/#overview)
|
||
* [Git](https://git-scm.com/)
|
||
* [GitExtensions](https://gitextensions.github.io/)
|
||
* [MSYS2](http://www.msys2.org/)
|
||
* [Java JDK](http://jdk.java.net/)
|
||
* [.NET SDK](https://dotnet.microsoft.com/download/visual-studio-sdks)
|