- Install
git
(for Windows, on linux use the package-manager, e.g.sudo apt install git
) - Fork this repository for your self, e.g. Click on the Fork button on top right of this window
- Clone this repository by issueing the following command in terminal:
where
git clone https://github.com/<your github username>/data-mining-fall-2022.git
<your github username>
is replaced by your username on GitHub. - Install Anaconda python
- Change your working directory to the cloned project, e.g.
cd data-mining-fall-2022
- Create a virtual environment by the following command:
conda create -p ./.venv -c local --offline
- Activate the virtual environment by
conda activate .venv/
- The required packages can be installed using either
pip3
orconda
, e.g.conda install jupyter --offline
installs the Jupyter package. - Run the Jupyter notebook with
jupyter notebook