Обновить 1_hw/README.md
This commit is contained in:
parent
82ba1f0f45
commit
356d8285e5
@ -1,6 +1,7 @@
|
||||
# Test package
|
||||
|
||||
## Sequence of commands for creating a virtual environment:
|
||||
```
|
||||
>> mkdir YOUR_PACKAGE_NAME
|
||||
>> cd YOUR_PACKAGE_NAME
|
||||
>> touch __init__.py
|
||||
@ -15,8 +16,10 @@
|
||||
>> open README.md
|
||||
...
|
||||
>> python3 -m build
|
||||
```
|
||||
|
||||
## Creating documentation using sphinx:
|
||||
```
|
||||
>> mkdir docs
|
||||
>> cd docs
|
||||
>> sphinx-quickstart
|
||||
@ -27,3 +30,4 @@
|
||||
>> cd source
|
||||
>> open index.rst
|
||||
>> ...
|
||||
```
|
Loading…
Reference in New Issue
Block a user