Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 1.1 KB

HOWTO.md

File metadata and controls

18 lines (17 loc) · 1.1 KB

Initialization

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