@@ -12,7 +12,7 @@ really easily with the `pip`_ command-line utility. Before installing it, be
1212sure to have Python _ 3.4 (or a newer version), pip _, virtualenv _ and
1313setuptools _ installed on your system. Then, issue the following command::
1414
15- $ python3 -m pip install botogram
15+ $ python3 -m pip install botogram2
1616
1717Perfect, botogram is now installed! Now, you can follow the
1818":ref: `tutorial `" chapter if you want to create a bot right now!
@@ -26,7 +26,7 @@ If you don't mind having some instability or bugs, and you want the latest
2626features not yet released, you can clone the `botogram git repository `_,
2727install `virtualenv `_, `invoke `_ and execute the installation from source::
2828
29- $ git clone https://github.com/pietroalbini /botogram.git
29+ $ git clone https://github.com/python-botogram /botogram.git
3030 $ cd botogram
3131 $ invoke install
3232
@@ -77,7 +77,7 @@ something globally. In this case, you can ask your system administrator to
7777execute the above command, or you can wrap the command with sudo, if you
7878are allowed to do so::
7979
80- $ sudo pip3 install botogram
80+ $ sudo python3 -m pip install botogram2
8181
8282If you installed from source, you need to use this command instead of the last
8383one::
0 commit comments