Search the Community
Showing results for tags 'pip'.
-
I have just created and uploaded a python module namely "sroot" . You can simply install it using pip in python cmd. By typing :- pip install sroot It works similar to math module bt the difference is that if you use math.sqrt(8) it will give 2.something, in decimal form Rather if you install sroot using pip and then just simply import sroot and type sroot.sqrt(8) it will give 2√2. Isn't it amazing. You can use any integer. Lemme know if you tried and liked it
-
SyntaxError: unexpected character after line continuation character error gotten at last character request for version points at n install camelcase points at e C:\Users\David\AppData\Local\Programs\Python\Python37-32\Scripts>pip --version C:\Users\David\AppData\Local\Programs\Python\Python37-32\Scripts>pip install camelcase