diff --git a/README.md b/README.md index 117b90b..4210f5e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/versions.txt b/versions.txt new file mode 100644 index 0000000..64a8059 --- /dev/null +++ b/versions.txt @@ -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