- Anaconda 4+
- Internet connection
- Permission to access the website (via CUNET User Account)
- Open
Anaconda Prompt
- Go to the root directory of this project. Then create its Conda environment from
environment.yml
by entering the following command: conda env create -f environment.yml
- Go to the root directory of this project. Then create its Conda environment from
- Activate the environment by:
activate IQNewsClip-Web-Scraper
- Install packages from
requirements.txt
by: pip install -r requirements.txt
- Install packages from
- Install the local package by:
pip install . --no-cache-dir
- To remove the environment:
activate root
conda remove -n IQNewsClip-Web-Scraper --all