Skip to content

NikitaZemtsov/AdAstra_test_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

How to start

Before you begin working with this project, make sure you have set up pre-commit for code formatting and linting. If you haven't already installed pre-commit, you can do so via pip:

pip install pre-commit
pre-commit install

Next, ensure that pdm is installed by checking its version: pdm --version. or install with:

pip install pdm

Create and activate venv:

pdm venv create
source .venv/bin/activate

Install all dependencies with the following command:

pdm sync

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published