forked from c-h-david/shbaam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.cho
36 lines (28 loc) · 1.32 KB
/
requirements.cho
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#*******************************************************************************
#requirements.cho
#*******************************************************************************
#Purpose:
#This file lists all the packages from Chocolatey that are required by
#SHBAAM, and is used by the "choco" software.
#Author:
#Cedric H. David, 2018-2018
#*******************************************************************************
#Usage
#*******************************************************************************
#choco install ((gc requirements.cho) -notmatch '^#' -match '\S')
#*******************************************************************************
#Requirements for choco
#*******************************************************************************
#-------------------------------------------------------------------------------
#Not needed for AppVeyor
#-------------------------------------------------------------------------------
git
#-------------------------------------------------------------------------------
#Needed for AppVeyor
#-------------------------------------------------------------------------------
wget
gnuwin32-sed.install
miniconda
#*******************************************************************************
#End
#*******************************************************************************