Обновить 1_hw/README.md
This commit is contained in:
parent
4700cded06
commit
82ba1f0f45
@ -1,29 +1,29 @@
|
||||
# Test package
|
||||
|
||||
# Sequence of commands for creating a virtual environment:
|
||||
>> mkdir YOUR_PACKAGE_NAME
|
||||
>> cd YOUR_PACKAGE_NAME
|
||||
>> touch __init__.py
|
||||
>> cd ..
|
||||
>> touch pyproject.toml
|
||||
>> open pyproject.toml
|
||||
...
|
||||
>> touch LICENSE
|
||||
>> open LICENSE
|
||||
...
|
||||
>> touch README.md
|
||||
>> open README.md
|
||||
...
|
||||
>> python3 -m build
|
||||
|
||||
# Creating documentation using sphinx:
|
||||
>> mkdir docs
|
||||
>> cd docs
|
||||
>> sphinx-quickstart
|
||||
>> ...
|
||||
>> touch views.py
|
||||
>> open views.py
|
||||
>> ...
|
||||
>> cd source
|
||||
>> open index.rst
|
||||
# Test package
|
||||
|
||||
## Sequence of commands for creating a virtual environment:
|
||||
>> mkdir YOUR_PACKAGE_NAME
|
||||
>> cd YOUR_PACKAGE_NAME
|
||||
>> touch __init__.py
|
||||
>> cd ..
|
||||
>> touch pyproject.toml
|
||||
>> open pyproject.toml
|
||||
...
|
||||
>> touch LICENSE
|
||||
>> open LICENSE
|
||||
...
|
||||
>> touch README.md
|
||||
>> open README.md
|
||||
...
|
||||
>> python3 -m build
|
||||
|
||||
## Creating documentation using sphinx:
|
||||
>> mkdir docs
|
||||
>> cd docs
|
||||
>> sphinx-quickstart
|
||||
>> ...
|
||||
>> touch views.py
|
||||
>> open views.py
|
||||
>> ...
|
||||
>> cd source
|
||||
>> open index.rst
|
||||
>> ...
|
Loading…
Reference in New Issue
Block a user