Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 755 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 755 Bytes

TAR-project-2023

Project for Text Analysis and Retrieval class

Installation guide using PyCharm

  1. Copy project HTTP url on GitHub
  2. Go to PyCharm welcome page an select "Get from VCS"
  3. Input HTTP url link and select location of local directory
  4. Create new virtual environment using python10 and venv
  5. Finish creating project

Commit messages standard

Example:

[il-11042023-title] commit message

Explanation:

il - initials of person making the commit
11042023 - commit date
title - what you are commiting in one or two words
commit message - short decription of the changes you are commiting. Write the message as if you are finishing this sentence: "If I push this comit it will ?"