We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf64b3 commit cb77267Copy full SHA for cb77267
2 files changed
index.html
@@ -538,7 +538,7 @@ <h2 id="installation">Installation</h2>
538
<p>or manually from source:</p>
539
<pre><code>git clone https://github.com/openfoodfacts/openfoodfacts-python
540
cd openfoodfacts-python
541
-python setup.py install
+pip install . # Note the “.” at the end!
542
</code></pre>
543
<h2 id="examples">Examples</h2>
544
<p>All the examples below assume that you have imported the SDK and instanciated the API object:</p>
0 commit comments