We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129ecd4 commit fa10e1bCopy full SHA for fa10e1b
README.md
@@ -29,6 +29,12 @@ Open a terminal in the PCV directory and run (with sudo if needed on your system
29
30
python setup.py install
31
32
+Now you should be able to do
33
+
34
+ import PCV
35
36
+in your Python session or script. Try one of the sample code examples to check that the installation works.
37
38
### License
39
40
All code in this project is provided as open source under the BSD license (2-clause "Simplified BSD License"). See LICENSE.txt.
0 commit comments