Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 6afa33f

Browse files
author
BJTMastermind
authored
Updated setup files
Updated setup files to include a install for 'Pandas'
1 parent 90d04b6 commit 6afa33f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup-windows.bat

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
@echo off
22
pip install colorama
3+
pip install Pandas

setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
22
pip install colorama
3+
pip install Pandas

0 commit comments

Comments
 (0)