Skip to content

Commit

Permalink
Up docs (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur authored Sep 11, 2024
1 parent 0020a12 commit c5ec12e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
28 changes: 14 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Latest stable version from PyPI

.. code-block:: sh
pip install faker-file[all]
pip install faker-file'[all]'
**Only core**

Expand All @@ -183,79 +183,79 @@ Latest stable version from PyPI

.. code-block:: sh
pip install faker-file[common]
pip install faker-file'[common]'
**With DOCX support**

.. code-block:: sh
pip install faker-file[docx]
pip install faker-file'[docx]'
**With EPUB support**

.. code-block:: sh
pip install faker-file[epub]
pip install faker-file'[epub]'
**With images support**

.. code-block:: sh
pip install faker-file[images]
pip install faker-file'[images]'
**With PDF support**

.. code-block:: sh
pip install faker-file[pdf]
pip install faker-file'[pdf]'
**With MP3 support**

.. code-block:: sh
pip install faker-file[mp3]
pip install faker-file'[mp3]'
**With XLSX support**

.. code-block:: sh
pip install faker-file[xlsx]
pip install faker-file'[xlsx]'
**With ODS support**

.. code-block:: sh
pip install faker-file[ods]
pip install faker-file'[ods]'
**With ODT support**

.. code-block:: sh
pip install faker-file[odt]
pip install faker-file'[odt]'
**With data augmentation support**

.. code-block:: sh
pip install faker-file[data-augmentation]
pip install faker-file'[data-augmentation]'
**With GoogleCloudStorage support**

.. code-block:: sh
pip install faker-file[gcs]
pip install faker-file'[gcs]'
**With AzureCloudStorage support**

.. code-block:: sh
pip install faker-file[azure]
pip install faker-file'[azure]'
**With AWSS3Storage support**

.. code-block:: sh
pip install faker-file[s3]
pip install faker-file'[s3]'
Or development version from GitHub
----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r django_3_2.in
-r django_4_2.in
-r deployment.in
1 change: 1 addition & 0 deletions examples/requirements/style_checkers.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ruff
isort>=5.11.5
doc8
pre-commit
pydoclint
pydocstyle
pyflakes
pylint

0 comments on commit c5ec12e

Please sign in to comment.