Skip to content

Commit

Permalink
#15 pip installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ZNevzz committed Jan 11, 2020
1 parent 3da74f7 commit ffdef21
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,19 @@ Generic platform for Prediction using basic machine learning models

## Setup

- setup conda env

```bash
conda env list # show current environments
conda create --name OctoPy # if OctoPy is NOT listed
conda list # show all libraries
conda install pip # if pip is NOT listed
conda list > versions.txt # store all versions post install
pip install - requirements.txt # install from requirements
conda list > versions.txt # store all versions post install

```

## Input File Constraints

## Algorithms supported
Expand Down
22 changes: 22 additions & 0 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# packages in environment at /home/znevzz/anaconda3/envs/OctoPy:
#
# Name Version Build Channel
_libgcc_mutex 0.1 main
ca-certificates 2019.11.27 0
certifi 2019.11.28 py38_0
ld_impl_linux-64 2.33.1 h53a641e_7
libedit 3.1.20181209 hc058e9b_0
libffi 3.2.1 hd88cf55_4
libgcc-ng 9.1.0 hdf63c60_0
libstdcxx-ng 9.1.0 hdf63c60_0
ncurses 6.1 he6710b0_1
openssl 1.1.1d h7b6447c_3
pip 19.3.1 py38_0
python 3.8.1 h0371630_1
readline 7.0 h7b6447c_5
setuptools 44.0.0 py38_0
sqlite 3.30.1 h7b6447c_0
tk 8.6.8 hbc83047_0
wheel 0.33.6 py38_0
xz 5.2.4 h14c3975_4
zlib 1.2.11 h7b6447c_3

0 comments on commit ffdef21

Please sign in to comment.