Skip to content

Commit cb77267

Browse files
Deployed 8f1a75a with MkDocs version: 1.6.1
1 parent baf64b3 commit cb77267

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ <h2 id="installation">Installation</h2>
538538
<p>or manually from source:</p>
539539
<pre><code>git clone https://github.com/openfoodfacts/openfoodfacts-python
540540
cd openfoodfacts-python
541-
python setup.py install
541+
pip install . # Note the “.” at the end!
542542
</code></pre>
543543
<h2 id="examples">Examples</h2>
544544
<p>All the examples below assume that you have imported the SDK and instanciated the API object:</p>

0 commit comments

Comments
 (0)