Skip to content

Commit

Permalink
Merge pull request #27 from Pranav-Saxena/main
Browse files Browse the repository at this point in the history
v0.1.2
  • Loading branch information
Pranav-Saxena authored Feb 4, 2022
2 parents 271fe46 + 8a8440c commit 76fba12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Through pip

.. code:: sh
python3 -m pip3 install pycarbonsh
python3 -m pip install pycarbonsh
To install master branch
Expand All @@ -68,14 +68,17 @@ To install master branch

.. code:: sh
python3 -m pip3 install -U git+https://github.com/Pranav-Saxena/PyCarbonSh@master
python3 -m pip install -U git+https://github.com/Pranav-Saxena/PyCarbonSh@master
Manual Installation
####################
.. note:: Ensure that an up-to-date version of setuptools is installed. ``python -m pip install --upgrade setuptools``

- ``git clone https://github.com/Pranav-Saxena/PyCarbonSh/``
- ``setup.bat``
- ``venv\scripts\activate``
- ``pycarbonsh``
- ``cd PyCarbonSh``
- ``python3 setup.py install``

.. note:: Use ``sudo python3 setup.py install`` on linux if some error pops up

Usage
#######
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open('requirements.txt',"r",encoding="utf-8") as f:
requirements = f.read().splitlines()

version = '0.1.1'
version = '0.1.2'
readme = ''
with open('README.rst',"r",encoding="utf-8") as f:
readme = f.read()
Expand Down

0 comments on commit 76fba12

Please sign in to comment.