Skip to content

USI-Projects-Collection/DA-Dating-Profile

Repository files navigation

DA-Dating-Profile Installation Guide

Data Analytics - Course Assignment N.16: Dating Profile

1. Using conda (STRONGLY RECOMMENDED)

If you are using conda, you can create an environment and install dependencies from requirements.txt.

Step 1: Create a Conda Environment with the right dependencies

conda env create -f environment.yml

Step 2: Activate the Conda Environment

conda activate da-rec

2. Using pip and venv

If you are using pip, it's recommended to create a virtual environment first.

Step 1: Create and Activate Virtual Environment

python3 -m venv my_env  # For macOS/Linux
source my_env/bin/activate  # For macOS/Linux

python -m venv my_env  # For Windows
my_env\Scripts\activate  # For Windows

Step 2: Install Missing Dependencies

pip install <package_name>

About

Data Analytics - Course Assignment N.16: Dating Profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors