diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28f52a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +src/config_manager/__pycache__/basic_application.cpython-312.pyc diff --git a/README.md b/README.md index abe9166..32ad31e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Basic application ## Description This package was created to run my applications on the current Reinforcement Learning project. -The BasicApplication class implements the entry point for the program and provides the actual application configuration. It also simplifies logging setup. +The ConfigManager class implements the entry point for the program and provides the actual application configuration. It also simplifies logging setup. ## Installation -``pip install git+https://zosimovaa@bitbucket.org/zosimovaa/basic_application.git`` +``pip install git+https://git.lesha.spb.ru/zosimovaa/config_manager.git`` ## Contacts - **e-mail**: lesha.spb@gmail.com