2018-02-16 09:24:40 +00:00
|
|
|
# PTUT Virtual Environment
|
|
|
|
|
2018-06-07 12:04:43 +00:00
|
|
|
## Prerequisites
|
|
|
|
|
|
|
|
|
|
|
|
|
2018-03-14 21:47:58 +00:00
|
|
|
---
|
|
|
|
## Fast Install
|
2018-02-16 09:24:40 +00:00
|
|
|
|
2018-03-14 21:47:58 +00:00
|
|
|
Launch the following command in your favorite terminal :
|
|
|
|
```bash
|
2018-06-13 09:55:23 +00:00
|
|
|
bash -c "`curl https://xdrm.io/script/ptut-installer`"
|
2018-03-14 21:47:58 +00:00
|
|
|
```
|
2018-06-07 12:04:43 +00:00
|
|
|
**TODO**
|
2018-06-10 16:26:05 +00:00
|
|
|
[ ] fix unstable `npm` issue for newer versions (vulnerability check)
|